Class FrameworkController.RunTestsAction
RunTestsAction runs the loaded TestSuite held by the FrameworkController.
Inheritance
FrameworkController.RunTestsAction
Inherited Members
Namespace: NUnit.Framework.Api
Assembly: nunit.framework.dll
Syntax
public class FrameworkController.RunTestsAction : FrameworkController.FrameworkControllerAction
Constructors
View SourceRunTestsAction(FrameworkController, string?, object)
Construct a RunTestsAction and run all tests in the loaded TestSuite.
Declaration
public RunTestsAction(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 |