Search Results for

    Show / Hide Table of Contents

    Class FrameworkController.CountTestsAction

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

    Inheritance
    object
    MarshalByRefObject
    LongLivedMarshalByRefObject
    FrameworkController.FrameworkControllerAction
    FrameworkController.CountTestsAction
    Inherited Members
    LongLivedMarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Framework.Api
    Assembly: nunit.framework.dll
    Syntax
    public class FrameworkController.CountTestsAction : FrameworkController.FrameworkControllerAction

    Constructors

    View Source

    CountTestsAction(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

    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0