Table of Contents

Class FrameworkController.RunAsyncAction

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

RunAsyncAction initiates an asynchronous test run, returning immediately

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

Constructors

RunAsyncAction(FrameworkController, string?, object)

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

public RunAsyncAction(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