Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

property bool IsFinished {
	bool get();
}

Property Value

Type: System::Boolean

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

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

Return to top
Show: