Releases: nunit/nunit-console
Releases · nunit/nunit-console
NUnit Console 3.6
Console Runner
- Added command line option --skipnontestassemblies to skip assemblies that do
not contain tests without raising an error and to skip assemblies that contain
the NUnit.Framework.NonTestAssemblyAttribute. - Messages from the new Multiple Assert blocks will be displayed individually
- Warnings from the new Warn.If, Warn.Unless and Assert.Warn are now displayed
Engine
- NUnit agents now monitor the running engine process and will terminate themselves
if the parent runner process is killed or dies
NUnit Console 3.5
This is the first release of the engine and console runner, which is separate from the framework.