Sairam novas versões beta de duas das três ferramentas de testes unitários que apresentei da coluna Tools da revista Mundo.Net.
Novidades do MBUnit 2.4 beta1 (copiado do blog do Andrew Stopford):
Improvement
- Parameterless constructor of IgnoreAttribute not supported
- Patch submission instructions are incomplete
New Features
- ExplicitAttribute for marking a test to be run only by itself
- Add Ability to Assert Inner Exception via ExpectedException attribute.
- Testing private methods for .NET 2.0
- Database rollback support for .NET 2.0
- NUnit style explicit
Tem também diversos bug fixes
Para fazer o download desta versão do MBUnit
Novidades do NUnit RC 2.4.0 (apenas alguns copiados do site do NUnit)
- Fit tests are now provided
- A new syntax and internal architecture for Asserts is being introduced in this release, based on the notion of constraints found in JMock and NMock. The Assert.That method is used to make an assertion based on a constraint Assert.That( actual, constraint ); The constraint argument may be specified directly using one of the built-in constraint classes or a user-defined class.
- A number of changes have been made to the ExpectedException attribute
Muito bom ver estas ferramentas evoluirem. São ótimas ferramentas para nós desenvolvedores.