Class FrameworkController.RunAsyncAction
RunAsyncAction initiates an asynchronous test run, returning immediately
Inheritance
FrameworkController.RunAsyncAction
Inherited Members
Namespace: NUnit.Framework.Api
Assembly: nunit.framework.dll
Syntax
public class FrameworkController.RunAsyncAction : FrameworkController.FrameworkControllerAction
Constructors
View SourceRunAsyncAction(FrameworkController, string?, object)
Construct a RunAsyncAction and run all tests in the loaded TestSuite.
Declaration
public RunAsyncAction(FrameworkController controller, string? filter, object handler)
Parameters
Type | Name | Description |
---|---|---|
FrameworkController | controller | A FrameworkController holding the TestSuite to run |
string | filter | A string containing the XML representation of the filter to use |
object | handler | A callback handler used to report results |