<PackageReference Include="NUnit" Version="3.0.0-alpha-2" />

DriverSettings

public static class DriverSettings
DriverSettings is a static class containing constant values that are used in communicating between the engine and the framework.
public const string DefaultTimeout = "DefaultTimeout"

Integer value in milliseconds for the default timeout value for test cases. If not specified, there is no timeout.

public const string InternalTraceLevel = "InternalTraceLevel"

An InternalTraceLevel enumeration value for this run.

public const string InternalTraceWriter = "InternalTraceWriter"

A TextWriter to which the internal trace will be sent.

public const string LOAD = "LOAD"

A list of tests to be loaded.

public const string NumberOfTestWorkers = "NumberOfTestWorkers"

The number of test threads to run for the assembly.

public const string RandomSeed = "RandomSeed"

The random seed to be used for this assembly.

public const string StopOnError = "StopOnError"

If true, execution stops after the first error or failure.

public const string WorkDirectory = "WorkDirectory"

Full path of the directory to be used for work and result files.