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

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

Property Value

Type: 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).

.NET Framework Security

See Also

Reference

ITestCaseResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace