A new version of StatLight has been released!
Major Features Added:
- NUnit support
- Will work with any version of NUnit compiled to run under silverlight.
- EX: Jeff Wilcox’s port
- Will work with any version of NUnit compiled to run under silverlight.
- Further MSTest support
- In the previous version (0.4) you could only use StatLight with the March 2009 build of Microsoft.Silverlight.Testing.dll. It will now work with any version.
(Update: the Silverlight Asynchronous testing style is not currently supported)
Minor Tweaks:
- The debug.assertion creates a failure test event
- It used to write a message to the console. It will now create a failure event, similar to a test that fails.
- Support for [Ignore]’d tests for each supported framework (MSTest, NUnit, Xunit)
Soon to come:
- Xml report file export
- Basic Cruise Control .net support