Class FrameworkController.CountTestsAction
CountTestsAction counts the number of test cases in the loaded TestSuite held by the FrameworkController.
public class FrameworkController.CountTestsAction : FrameworkController.FrameworkControllerAction
- Inheritance
-
FrameworkController.CountTestsAction
- Inherited Members
Constructors
CountTestsAction(FrameworkController, string?, object)
Construct a CountsTestAction and perform the count of test cases.
public CountTestsAction(FrameworkController controller, string? filter, object handler)
Parameters
controller
FrameworkControllerA FrameworkController holding the TestSuite whose cases are to be counted
filter
stringA string containing the XML representation of the filter to use
handler
objectA callback handler used to report results