Search Results for

    Show / Hide Table of Contents

    Enum AssertionStatus

    AssertionStatus enumeration represents the possible outcomes of an assertion. The order of definition is significant, higher level values override lower ones in determining the overall result of a test.

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

    Fields

    Name Description
    Error

    An unexpected exception was thrown

    Failed

    The assertion failed

    Inconclusive

    An assumption failed

    Passed

    The assertion succeeded

    Warning

    A warning message was issued

    • 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