Search Results for

    Show / Hide Table of Contents

    Class FrameworkController.ExploreTestsAction

    ExploreTestsAction returns info about the tests in an assembly

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

    Constructors

    View Source

    ExploreTestsAction(FrameworkController, string?, object)

    Initializes a new instance of the FrameworkController.ExploreTestsAction class.

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

    The controller for which this action is being performed.

    string filter

    Filter used to control which tests are included (NYI)

    object handler

    The callback handler.

    • 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