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.

TestRun::CountTestCases Method ()

 

Returns the number of test cases that are contained in this run and in all aggregation tests.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
int CountTestCases()

Return Value

Type: System::Int32

The number of test cases in this run.

Return to top
Show: