Share via


ITestCaseResult.IsFinished Property

 

Gets a value that indicates whether the test has been run.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

bool IsFinished { get; }
property bool IsFinished {
    bool get();
}
abstract IsFinished : bool with get
ReadOnly Property IsFinished As Boolean

Property Value

Type: System.Boolean

true if the test has been run; otherwise, false.

Remarks

True if TestState is any of the terminal states (Passed, Failed, Completed, Error, etc).

See Also

ITestCaseResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top