Search Results for

    Show / Hide Table of Contents

    Enum ConstraintStatus

    ConstraintStatus represents the status of a ConstraintResult returned by a Constraint being applied to an actual value.

    Namespace: NUnit.Framework.Constraints
    Assembly: nunit.framework.dll
    Syntax
    public enum ConstraintStatus

    Fields

    Name Description
    Error

    An error occurred in applying the constraint (reserved for future use)

    Failure

    The constraint failed

    Success

    The constraint succeeded

    Unknown

    The status has not yet been set

    • 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