Class FrameworkController.RunAsyncAction
RunAsyncAction initiates an asynchronous test run, returning immediately
public class FrameworkController.RunAsyncAction : FrameworkController.FrameworkControllerAction
- Inheritance
-
FrameworkController.RunAsyncAction
- Inherited Members
Constructors
RunAsyncAction(FrameworkController, string?, object)
Construct a RunAsyncAction and run all tests in the loaded TestSuite.
public RunAsyncAction(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