DotNetTestSettings.

Blame Property

Summary

Gets or sets a value indicating whether to run the tests in blame mode. This option is helpful in isolating a problematic test causing the test host to crash. Outputs a 'Sequence.xml' file in the current directory that captures the order of execution of test before the crash.

Syntax

public bool Blame { get; set; }

Value

Type Description
bool