This documentation is archived and is not being maintained.

ITestSummary::TestsPassed Property

Gets or sets the number of tests that passed during the run.

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

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

Property Value

Type: System::Int32
The number of tests that passed during the run.

Show: