Table of Contents

Class FrameworkController.ExploreTestsAction

Namespace
NUnit.Framework.Api
Assembly
nunit.framework.dll

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 FrameworkController

The controller for which this action is being performed.

filter string

Filter used to control which tests are included (NYI)

handler object

The callback handler.