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.CountTestsAction Class Reference

CountTestsAction counts the number of test cases in the loaded TestSuite held by the FrameworkController. More...

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

Public Member Functions

 CountTestsAction (FrameworkController controller, string filter, object handler)
 Construct a CountsTestAction and perform the count of test cases. 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

CountTestsAction counts the number of test cases in the loaded TestSuite held by the FrameworkController.

Constructor & Destructor Documentation

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

Construct a CountsTestAction and perform the count of test cases.

Parameters
controllerA FrameworkController holding the TestSuite whose cases are to be counted
filterA string containing the XML representation of the filter to use
handlerA callback handler used to report results

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


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