Skip to content

Releases: nunit/nunit

NUnit 3.5

04 Oct 01:18
Compare
Choose a tag to compare

This is the first version of NUnit where the framework will be released separately from the
console runner, engine and other extensions. From this point forward, the NUnit Framework will be
released on its own schedule that is not bound to that of any other NUnit project and version numbers
may diverge over time.

This is also the first release where the NUnit Framework will not be included in the installer. Only
the console runner, engine and extensions will be available as an MSI installer. We recommend that you
use the NUnit NuGet packages for the framework, but a ZIP file with the binaries will also be available.

Framework

  • Added Assert.Zero and Assert.NotZero methods
  • Tests with a Timeout will no longer timeout while you are debugging

See the release notes for a complete list of changes.

NUnit 3.4.1

30 Jun 21:11
Compare
Choose a tag to compare

Console Runner

  • A new option, --list-extensions, will display all the engine extensions that
    have been installed by the engine.

Issues Resolved

  • 1623 NUnit 3.4 is not integrated with TeamCity
  • 1626 NUnit.ConsoleRunner is not picking up NUnit.Extension.NUnitV2ResultWriter
  • 1628 Agent's process stays in memory when it was failed to unload AppDomain
  • 1635 Console option to list loaded extensions

NUnit 3.4

25 Jun 17:44
Compare
Choose a tag to compare

Framework

  • Improvements in comparing equality using IEquatable
  • Test case names will only be truncated if the runner requests it or it is overridden on the command line
    with the --test-name-format option
  • The .NET 2.0 version of the framework now includes LINQ. If your tests target .NET 2.0, you can now use
    LINQ queries in your tests

Engine

  • The TeamCity event listener has been separated out into an engine extension
  • Fixed numerous issues around thread safety of parallel test runs
  • Additional fixes to reduce memory usage
  • Fixes for Mono 4.4

Console Runner

  • There is a new --params command line option that allows you to pass parameters to your tests
    which can be retrieved using TestContext.Parameters
  • Another new command line option --loaduserprofile causes the User Profile to be loaded into the
    NUnit Agent process.

See the release notes for a complete list of changes.

NUnit 3.2.1

19 Apr 15:30
Compare
Choose a tag to compare

This is mainly a bugfix release, but it contains several features that were intended for the 3.4 release.

NUnit 3.2 introduced a change that ran each test on its own thread. In hindsight, this was a mistake and made it difficult for tests that required a specific context. We have reverted to the previous behaviour of running tests on the same thread unless a test attribute requires a new thread. We also added a new [SingleThreaded] attribute that you can apply to your test fixture to explicitly declare the requirement. Using this attribute allows the framework to raise an error if you mistakenly use an attribute on a test that requires a new thread.

Developers who target .NET 3.5 using the .NET 2.0 version of the framework ran into conflicts with some of the compatibility classes in NUnit. To fix this, we have reinstated the .NET 3.5 version of NUnit.

Very large test suites were using a large amount of memory causing paging and slow test runs on some systems. To reduce memory pressure, we are now releasing objects earlier, greatly reducing memory requirements.

The NUnit Engine now has an EventListener extension point for people who want to write extensions that respond to specific events during test runs.

For a full list of issues fixed in this release, please see the release notes.

NUnit 3.2

05 Mar 21:24
Compare
Choose a tag to compare

In addition to numerous bug fixes, this release adds the long requested OrderAttribute, a new Assert.ThrowsAsync, Assert.That(0, Is.Zero) and other enhancements.

For a full list of issues fixed in this release, please see the release notes.

NUnit 3.0.1

02 Dec 03:51
Compare
Choose a tag to compare

This release fixes critical issues reported against the initial 3.0 release, mainly around compatibility producing the NUnit 2 XML output format and async support for Windows 10. For a full list of issues fixed in this release, please see the release notes.

NUnit 3.0

16 Nov 00:00
Compare
Choose a tag to compare

This is the final release of NUnit 3.0. See the release notes for details of all its features.

NUnit 3.0 Release Candidate 3

14 Nov 05:28
Compare
Choose a tag to compare
Pre-release

This release fixes some errors in RC2 and is expected to be the final RC.

NUnit 3.0 Release Candidate 2

08 Nov 16:19
Compare
Choose a tag to compare
Pre-release

This is the second release candidate for NUnit 3.0 which fixes a few issues that were found in the initial release. All the features we intend to include are present and this is the final step before releasing. If we have to make changes due to errors there will be additional release candidates. Otherwise, this build will be re-packaged as the final release.

For details of changes in this release, see the release notes.

NUnit 3.0 Release Candidate

01 Nov 21:29
Compare
Choose a tag to compare
Pre-release

This is the initial release candidate for NUnit 3.0. All the features we intend to include are present and this is the final step before releasing. If we have to make changes due to errors there will be additional release candidates. Otherwise, this build will be re-packaged as the final release.

For details of changes in this release, see the release notes at https://github.com/nunit/docs/wiki/Release-Notes