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.
Could you share any snippet or source project where in UnitDriven is used.
The biggest user is csla.net
http://www.lhotka.net/cslanet/
I get email from people from time to time who are using it but I’m not sure what companies or projects they are using it on.