xUnit.net 1.0 RC2 Released - Unit Testing for .NET
by David Hayden, Sarasota .NET Developer, Filed: .NET Developer Tools
Brad Wilson and James Newkirk released xUnit.net 1.0 RC2. Brad mentions a number of the changes in the new release of the unit testing framework:
- We merged the xunit and xunitext projects.
- We obsolesced most of the Assert methods which take user messages.
- We added an MSBuild task.
- We added Assert.IsAssignableFrom.
- We added an IUseFixture<T> sample.
- The console and MSBuild runner output version information for xunit.dll and the full pathname of the assembly under test.
- We added the Executor and ExecutorWrapper classes.
- We fixed several bugs.
You can download xUnit here.
.NET Developer Tools Recently Mentioned:
Source: http://www.davidhayden.com/