Class FrameworkController.CountTestsAction
CountTestsAction counts the number of test cases in the loaded TestSuite held by the FrameworkController.
Inheritance
FrameworkController.CountTestsAction
Inherited Members
Namespace: NUnit.Framework.Api
Assembly: nunit.framework.dll
Syntax
public class FrameworkController.CountTestsAction : FrameworkController.FrameworkControllerAction
Constructors
View SourceCountTestsAction(FrameworkController, string?, object)
Construct a CountsTestAction and perform the count of test cases.
Declaration
public CountTestsAction(FrameworkController controller, string? filter, object handler)
Parameters
Type | Name | Description |
---|---|---|
FrameworkController | controller | A FrameworkController holding the TestSuite whose cases are to be counted |
string | filter | A string containing the XML representation of the filter to use |
object | handler | A callback handler used to report results |