Table of Contents

Class FrameworkController.RunTestsAction

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

RunTestsAction runs the loaded TestSuite held by the FrameworkController.

public class FrameworkController.RunTestsAction : FrameworkController.FrameworkControllerAction
Inheritance
FrameworkController.RunTestsAction
Inherited Members

Constructors

RunTestsAction(FrameworkController, string?, object)

Construct a RunTestsAction and run all tests in the loaded TestSuite.

public RunTestsAction(FrameworkController controller, string? filter, object handler)

Parameters

controller FrameworkController

A FrameworkController holding the TestSuite to run

filter string

A string containing the XML representation of the filter to use

handler object

A callback handler used to report results