ITestElement.IsRunOnRestart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.