MbUnit 2.21.1.0 RC1 released
MbUnit 2.21.1.0 RC1 released
Submitted by pelikhan on Tue, 21/09/2004 - 10:49.This is the first release candidate for MbUnit 2.21.1.0. This release also contains QuickGraph (+NGraphviz), Refly and TestFu.
Acknowledgment
I'd like to give a special thanks to Jamie Cansdale (TestDriven.NET) which has been the main architect of the new MbUnit compilation scripts, installers and TestDriven.NET intergration.
Installing MbUnit 2.21.1.0 RC1
Execute the following in the command prompt. Make sure you close on VS instances!
msiexec /qb- /L install.log /x {8073D8BC-7651-4ADF-9219-F67DB3C49103}
msiexec /qb! /L uninstall.log /i http://www.testdriven.net/downloads/TestDriven.NET-0.9.651d.msi
Where is MbUnit installed ?
The MbUnit assemblies are located in Program Files/TestDriven.NET/MbUnit.
New features
- TestDriven.NET integration: MbUnit is now shipped with TD.NET (see Download instructions below) and fully integrated with it. You can execute any MbUnit test, fixture, namespace directly from Visual Studio using TD.NET. The execution using TD.NET also creates an HTML that is directly browsable from VS,
- Fixture level setup and teardown: (TestFixtureSetUp and TestFixtureTearDown) and assembly level setup and teardown,
- Drag and drop Unit Testing: a new "designer friendly" way of creating your fixtures: Demo1, Demo2, Demo3
- Combinatorial tests, in MbUnit, introduction, all pairs
- Smart test tools in TestFu such as the Database Populator Framework,
