TestRun.CountTestCases Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the number of test cases that are contained in this run and in all aggregation tests.
public:
int CountTestCases();
public int CountTestCases ();
member this.CountTestCases : unit -> int
Public Function CountTestCases () As Integer
Returns
The number of test cases in this run.