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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.