IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Api.FrameworkController.RunAsyncAction Class Reference

RunAsyncAction initiates an asynchronous test run, returning immediately More...

+ Inheritance diagram for NUnit.Framework.Api.FrameworkController.RunAsyncAction:
+ Collaboration diagram for NUnit.Framework.Api.FrameworkController.RunAsyncAction:

Public Member Functions

 RunAsyncAction (FrameworkController controller, string filter, object handler)
 Construct a RunAsyncAction and run all tests in the loaded TestSuite. More...
 
- Public Member Functions inherited from NUnit.Framework.Compatibility.LongLivedMarshalByRefObject
override object InitializeLifetimeService ()
 Obtains a lifetime service object to control the lifetime policy for this instance. More...
 

Detailed Description

RunAsyncAction initiates an asynchronous test run, returning immediately

Constructor & Destructor Documentation

NUnit.Framework.Api.FrameworkController.RunAsyncAction.RunAsyncAction ( FrameworkController  controller,
string  filter,
object  handler 
)
inline

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

Parameters
controllerA FrameworkController holding the TestSuite to run
filterA string containing the XML representation of the filter to use
handlerA callback handler used to report results

References NUnit.Framework.Api.FrameworkController.RunAsync().


The documentation for this class was generated from the following file: