Search Results for

    Show / Hide Table of Contents

    Class FrameworkController.RunTestsAction

    RunTestsAction runs the loaded TestSuite held by the FrameworkController.

    Inheritance
    object
    MarshalByRefObject
    LongLivedMarshalByRefObject
    FrameworkController.FrameworkControllerAction
    FrameworkController.RunTestsAction
    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.RunTestsAction : FrameworkController.FrameworkControllerAction

    Constructors

    View Source

    RunTestsAction(FrameworkController, string?, object)

    Construct a RunTestsAction and run all tests in the loaded TestSuite.

    Declaration
    public RunTestsAction(FrameworkController controller, string? filter, object handler)
    Parameters
    Type Name Description
    FrameworkController controller

    A FrameworkController holding the TestSuite to run

    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