James Newkirk, papĂ di NUnit, CodePlex e tante altre belle cose ha creato un nuovo framework di unit testing:
...While any one of these reasons would not necessarily have been sufficient to create a new testing framework, the combination of them all made us want to undertake a new project: xUnit.net.
E ancora:
- Single Object Instance per Test Method
- No [SetUp] or [TearDown]
- No [ExpectedException]
- Aspect-Like Functionality
- Reducing the Number of Custom Attributes
- Use of Generics.
- Anonymous Delegates.
Test Runner
- For v1, we are shipping a console-based test runner, but not a GUI-based test runner. Based on user feedback, we will determine which other runners xUnit.net should support in future releases.
Leggete tutto alla Fonte: Announcing xUnit.net