Project goal

This project is a simple application which launches NUnit-Console on your Windows Phone unit tests every time you build, using a SilverLight version of NUnit. The output is then colored for better readability: Green bar if success, Red bar if failure.

The goal of this project is to help me and other developers to use TDD with Visual Studio Express for Windows Phone, since there are many obstacles:
I also want a better solution for Coding Dojo, like AutoTest with red/green plugin in Ruby.

Other solutions include Gallio test runner and AutoTest.Net.

First step: the simplest solution to create your Unit Tests in Visual Studio Express for Windows Phone

  1. Create a library project
  2. Add a reference to a Silverlight 3 compiled test framework
  3. Make all references "local copy", even for the .NET framework

Second step: use TddBarForPhone to trigger your tests on build and color the results

Usage:

Screenshots



News