Search Results for

    Show / Hide Table of Contents

    Enum FailureSite

    The FailureSite enum indicates the stage of a test in which an error or failure occurred.

    Namespace: NUnit.Framework.Interfaces
    Assembly: nunit.framework.dll
    Syntax
    public enum FailureSite

    Fields

    Name Description
    Child

    Failure of a child test

    Parent

    Failure of a parent test

    SetUp

    Failure in the SetUp method

    TearDown

    Failure in the TearDown method

    Test

    Failure in the test itself

    • 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