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

RunTestsAction runs the loaded TestSuite held by the FrameworkController. More...

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

Public Member Functions

 RunTestsAction (FrameworkController controller, string filter, object handler)
 Construct a RunTestsAction 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

RunTestsAction runs the loaded TestSuite held by the FrameworkController.

Constructor & Destructor Documentation

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

Construct a RunTestsAction 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.RunTests().


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