IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
RunTestsAction runs the loaded TestSuite held by the FrameworkController. More...
Public Member Functions | |
RunTestsAction (FrameworkController controller, string filter, object handler) | |
Construct a RunTestsAction 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... | |
RunTestsAction runs the loaded TestSuite held by the FrameworkController.
|
inline |
Construct a RunTestsAction 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.RunTests().