Yesterday I’ve hauled the “big” laptop home from work and tried plugging the unofficial port of the NUnit unit testing framework for Silverlight into Windows Phone 7. Jeff Wilcox had added support for Windows Phone 7 into his Silverlight unit…
Yesterday I’ve hauled the “big” laptop home from work and tried plugging the unofficial port of the NUnit unit testing framework for Silverlight into Windows Phone 7. Jeff Wilcox had added support for Windows Phone 7 into his Silverlight unit…
Christian finally got an update for NUnit for Silverlight together.
I just looked at porting NUnit 2.5.7 for Silverlight, but decided on skipping this release. Inside the NUnit framework itself, there are hardly any changes except some minor refactoring. The only significant addition is a TestContext class that provides information…
Here’s the next drop of my inofficial port of the NUnit unit test framework for Silverlight. It supports NUnit 2.5.5 on Silverlight 3 and 4, and I’ve added support for Jeff Wilcox’ port of the April version of the Silverlight…
Silverlight 4 crashes Christian’s development box, but unit tests have just gotten more beautiful.
Christian’s updated NUnit for Silverlight to NUNit 2.5.5 and Silverlight 4.
Christian wonders why it costs $550 to run a unit test in Visual Studio.
The IAsnycResult pattern is a way of executing asynchronous operations using a BeginOperation and an EndOperation method. You can either use a callback or a wait handle to complete an operation. Although it is a little less intuitive than the…
It’s been around for half a year now, but I totally missed that there is a free&open tool out there that lets you run NUnit tests from within Visual Studio. The thing is called Visual NUnit (documentation and download available…
Jeff Wilcox has described in this article how to make NUnit tests run in the Silverlight unit testing framework. That article provides all the groundwork for what you need to do: Compile a version of the NUnit framework that runs…