IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
RunAsyncAction initiates an asynchronous test run, returning immediately More...
Public Member Functions | |
RunAsyncAction (FrameworkController controller, string filter, object handler) | |
Construct a RunAsyncAction and run all tests in the loaded TestSuite. More... | |
![]() | |
override object | InitializeLifetimeService () |
Obtains a lifetime service object to control the lifetime policy for this instance. More... | |
RunAsyncAction initiates an asynchronous test run, returning immediately
|
inline |
Construct a RunAsyncAction and run all tests in the loaded TestSuite.
controller | A FrameworkController holding the TestSuite to run |
filter | A string containing the XML representation of the filter to use |
handler | A callback handler used to report results |
References NUnit.Framework.Api.FrameworkController.RunAsync().