Class FrameworkController.ExploreTestsAction
ExploreTestsAction returns info about the tests in an assembly
Inheritance
FrameworkController.ExploreTestsAction
Inherited Members
Namespace: NUnit.Framework.Api
Assembly: nunit.framework.dll
Syntax
public class FrameworkController.ExploreTestsAction : FrameworkController.FrameworkControllerAction
Constructors
View SourceExploreTestsAction(FrameworkController, string?, object)
Initializes a new instance of the FrameworkController.ExploreTestsAction class.
Declaration
public ExploreTestsAction(FrameworkController controller, string? filter, object handler)
Parameters
Type | Name | Description |
---|---|---|
FrameworkController | controller | The controller for which this action is being performed. |
string | filter | Filter used to control which tests are included (NYI) |
object | handler | The callback handler. |