6 May 2013 20:33
ANN: NUnitLite 0.9 Release
Charlie Poole <charliepoole <at> gmail.com>
2013-05-06 18:33:44 GMT
2013-05-06 18:33:44 GMT
Hi All, I'm announcing the release of NUnitLite 0.9 today. In case you were not aware, NUnitLite has surprised me by attracting a lot of users who previously used full-on NUnit. I originally intended it for use on platforms with limited resources, but it turns out that the simplicity of a test framework is appealing in other contexts as well. Here are some of the major changes in the 0.9 release: Framework * A .NET 4.5 build is included. When using the 4.5 package, C# 5.0 async methods may be used as tests, as the target of a Throws constraint and as an ActualValueDelegate returning the value to be tested. * Experimental builds for Silverlight 3.0, 4.0 and 5.0 are included. * TestContext.Random may be used to provide random values of various types for use in your tests. * The experimental Asynchronous attribute has been removed. Runner * The runner now supports the -include and -exclude options, which(Continue reading)
RSS Feed