Class FrameworkController.RunTestsAction
RunTestsAction runs the loaded TestSuite held by the FrameworkController.
public class FrameworkController.RunTestsAction : FrameworkController.FrameworkControllerAction
- Inheritance
-
FrameworkController.RunTestsAction
- Inherited Members
Constructors
RunTestsAction(FrameworkController, string?, object)
Construct a RunTestsAction and run all tests in the loaded TestSuite.
public RunTestsAction(FrameworkController controller, string? filter, object handler)
Parameters
controller
FrameworkControllerA FrameworkController holding the TestSuite to run
filter
stringA string containing the XML representation of the filter to use
handler
objectA callback handler used to report results