Skip to content

NUnit Console 3.6

Compare
Choose a tag to compare
@rprouse rprouse released this 14 Jan 22:53

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