Pages
Blogroll
Tags
ASP.NET Brighton Uni C# cctray CruiseControl.NET django eclipse Fedora 10 Fedora 11 gtk IIS IIS7 javascript jquery jqunit latex LaunchPad Linux Mobile Broadband mono MonoDevelop MSSQL MVC NAnt nautilus Network Manager NHibernate nmock nunit php pirate plugin podcast python Service Broker shell script SQL svn tux droid ubuntu UMLDraw unit testing VS.NET Wireless wordpress-
Recent Posts
Meta
Archives
- January 2012 (3)
- May 2011 (2)
- March 2011 (1)
- August 2010 (1)
- April 2010 (1)
- March 2010 (1)
- January 2010 (2)
- October 2009 (1)
- September 2009 (3)
- August 2009 (2)
- July 2009 (4)
- June 2009 (7)
- May 2009 (6)
- April 2009 (7)
- March 2009 (5)
- February 2009 (4)
- December 2008 (4)
- November 2008 (4)
- October 2008 (5)
Tag Archives: jqunit
jqRunner Snapshot – Running Javascript Unit test with NUnit
One of the nice things about unit tests is that you can use continuous integration so that you don’t have to run them yourself. At work we use CruiseControl.NET to automate our builds and run our unit tests. Now as … Continue reading
Posted in Development Log
Tagged C#, CruiseControl.NET, javascript, jquery, jqunit, unit testing
Leave a comment
Unit testing jQuery plugins with jqunit
Whilst creating a plugin for jquery, that would provide auto formatting for a textbox for numeric values, I was looking for a way to run the tests for confirm its functionality. After getting sick of running the tests manually the … Continue reading