Table of Contents

Class FrameworkController.CountTestsAction

Namespace
NUnit.Framework.Api
Assembly
nunit.framework.dll

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

public class FrameworkController.CountTestsAction : FrameworkController.FrameworkControllerAction
Inheritance
FrameworkController.CountTestsAction
Inherited Members

Constructors

CountTestsAction(FrameworkController, string?, object)

Construct a CountsTestAction and perform the count of test cases.

public CountTestsAction(FrameworkController controller, string? filter, object handler)

Parameters

controller FrameworkController

A FrameworkController holding the TestSuite whose cases are to be counted

filter string

A string containing the XML representation of the filter to use

handler object

A callback handler used to report results