http://unitdriven.codeplex.com/releases/view/46068
I applied some updates to UnitDriven and released a new version recently. The updates provide some nicer nesting of namespaces in the test runner UI as well as improved disabling of ‘Run’ buttons and correctly functioning Timeouts.
Also the update is paired with updates to StatLight so you can run your Silverlight unit tests in a purely automated fashion.
Also, if you find yourself trying to remember why you would want to use UnitDriven instead of one of the other unit test frameworks for Silverlight, here are the main features.
- First class support for asynchronous tests.
- Supports the ability to author identical tests for Silverlight and .NET (file linking).
- Parallels either MSTest or NUnit seamlessly.
You must be logged in to post a comment.