Released: Apr 26, 2010
Updates in this release
Updates in V5.1
Greatly improved support for .NET 4.0
- .NET 4.0, Visual Studio 2010 and TFS 2010 are now supported;
- All solution runners (except 2003) were merged into the one solution runner which includes support for Visual Studio 2010;
- MSBuild runner now supports MSBuild for .NET 4.0;
- .NET 4.0 is supported for tests runners. You can also choose the .NET framework version for NUnit runner;
- NUnit tests UI is available in MSBuild runner;
- NAnt 0.90 alpha 1 is supported;
- Support for NUnit 2.5.3 and 2.5.4 added;
- NUnit runner supports running each test assembly in its own process;
- Enabled .NET Coverage report generation with the dedicated service messages.
Code coverage support for Maven
- IDEA-based code coverage added for the Maven runner.
- Coverage results can be seen on the Coverage report tab of the build and in the Coverage statistics chart for the build configuration.
- In order for this feature to work properly, tests should run in the fork=true mode.
- For the more information, check Code Coverage documentation section.
- Maven artifact trigger now supports classifiers.