Class FrameworkController.ExploreTestsAction
ExploreTestsAction returns info about the tests in an assembly
public class FrameworkController.ExploreTestsAction : FrameworkController.FrameworkControllerAction
- Inheritance
-
FrameworkController.ExploreTestsAction
- Inherited Members
Constructors
ExploreTestsAction(FrameworkController, string?, object)
Initializes a new instance of the FrameworkController.ExploreTestsAction class.
public ExploreTestsAction(FrameworkController controller, string? filter, object handler)
Parameters
controller
FrameworkControllerThe controller for which this action is being performed.
filter
stringFilter used to control which tests are included (NYI)
handler
objectThe callback handler.