Search Results for

    Show / Hide Table of Contents

    Enum TestStatus

    The TestStatus enum indicates the result of running a test

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

    Fields

    Name Description
    Failed

    The test failed

    Inconclusive

    The test was inconclusive

    Passed

    The test succeeded

    Skipped

    The test has been skipped

    Warning

    There was a warning

    • 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