NUnit.UI.TouchRunner.AutoStart Property
Gets or sets a value indicating whether this NUnit.UI.TouchRunner instance should automatically start the unit tests execution when the application is launched.

Syntax

public bool AutoStart { get; set; }

Value

true for automatic test execution; otherwise, false (default)

Remarks

This can be used with the network logger to completely automate test execution.

Requirements

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