xUnit.net - New Unit Testing Framework Based on NUnit
by David Hayden ( Florida .NET C# SQL Server Developer ), Filed: .NET Tools
James Newkirk mentions that himself and Brad Wilson put together a new Unit Testing Framework, called xUnit.net, based on all the lessons learned from creating NUnit. James mentions all the details in his post:
Lessons Learned
- Single Object Instance per Test Method.
- No [SetUp] or [TearDown].
- No [ExpectedException].
- Aspect-Like Functionality.
- Reducing the Number of Custom Attributes.
Language Features
- Use of Generics.
- Anonymous Delegates.
You can find xUnit.net on CodePlex.
News Feed: David Hayden ( Florida .NET C# SQL Server Developer )
Filed: .NET Tools