ITestElement.IsRunOnRestart Property

Definition

Gets a value that indicates whether the test run will restart with this test if it crashes during a test run.

public:
 property bool IsRunOnRestart { bool get(); void set(bool value); };
public bool IsRunOnRestart { get; set; }
member this.IsRunOnRestart : bool with get, set
Public Property IsRunOnRestart As Boolean

Property Value

true if the test run will restart with this test if it crashes during a test run; otherwise, false.

Applies to