This documentation is archived and is not being maintained.

ITestSummary::TestsInconclusive Property

Gets the number of tests that were not marked as passed or failed during the run.

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

property int TestsInconclusive {
	int get ();
}

Property Value

Type: System::Int32
The number of tests that were not marked as passed or failed during the run.

Show: