Search Results for

    Show / Hide Table of Contents

    Delegate TestDelegate

    Delegate used by tests that execute code and capture any thrown exception.

    Namespace: NUnit.Framework
    Assembly: nunit.framework.dll
    Syntax
    public delegate void TestDelegate()

    Constructors

    View Source

    TestDelegate(object, nint)

    Declaration
    public TestDelegate(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    View Source

    BeginInvoke(AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult
    View Source

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    View Source

    Invoke()

    Declaration
    public virtual void Invoke()
    • 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