NUnit.UI.TouchRunner.TerminateAfterExecution Property
Gets or sets a value indicating whether this NUnit.UI.TouchRunner instance should automatically terminate (i.e. kill) the application after execution of all unit tests.

Syntax

public bool TerminateAfterExecution { get; set; }

Value

true if the application shall terminate after the unit tests execution; otherwise, false (default)

Remarks

Useful if you want to automate the sequential launch of several Touch.Unit applications (e.g. different test suites, different CPU architecture on the same tests).

Requirements

Namespace: NUnit.UI
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 0.6.0.0, 1.0.0.0