C# Class NUnit.Framework.Api.FrameworkController.RunAsyncAction

RunAsyncAction initiates an asynchronous test run, returning immediately
Inheritance: FrameworkControllerAction
Afficher le fichier Open project: nunit/nunit

Méthodes publiques

Méthode Description
RunAsyncAction ( FrameworkController controller, string filter, object handler ) : System

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

Method Details

RunAsyncAction() public méthode

Construct a RunAsyncAction and run all tests in the loaded TestSuite.
public RunAsyncAction ( FrameworkController controller, string filter, object handler ) : System
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
Résultat System