IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
CountTestsAction counts the number of test cases in the loaded TestSuite held by the FrameworkController. More...
Public Member Functions | |
CountTestsAction (FrameworkController controller, string filter, object handler) | |
Construct a CountsTestAction and perform the count of test cases. More... | |
![]() | |
override object | InitializeLifetimeService () |
Obtains a lifetime service object to control the lifetime policy for this instance. More... | |
CountTestsAction counts the number of test cases in the loaded TestSuite held by the FrameworkController.
|
inline |
Construct a CountsTestAction and perform the count of test cases.
controller | A FrameworkController holding the TestSuite whose cases are to be counted |
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.CountTests().