This documentation is archived and is not being maintained.

ITestSummary::TestsTotal Property

Gets or sets the total number of tests.

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

property int TestsTotal {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The total number of tests.

Show: