Search Results for

    Show / Hide Table of Contents

    Class FrameworkController.LoadTestsAction

    LoadTestsAction loads a test into the FrameworkController

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

    Constructors

    View Source

    LoadTestsAction(FrameworkController, object)

    LoadTestsAction loads the tests in an assembly.

    Declaration
    public LoadTestsAction(FrameworkController controller, object handler)
    Parameters
    Type Name Description
    FrameworkController controller

    The controller.

    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