NUnit TestCase
Tuesday, March 3rd, 2009In my previous post about fitnesse I mentioned that it would be good to have a simple way to specify expected inputs and outputs for a method. I was fairly sure there must be something out there and the latest version of NUnit (Beta version 2.5) offers a great solution.
It allows us to specify parameters [...]
Unit Testing Of Mobile Device Applications
Thursday, January 29th, 2009I had quite a few troubles getting set up for unit testing of mobile device applications. I was trying to write tests for the compact framework on Windows Mobile 5. I did eventaully get the tests up and running with the device emulator, but the tests where terribly slow to run, it was taking about [...]