Search Results for

    Show / Hide Table of Contents

    Class NUnitEqualityComparer.FailurePoint

    FailurePoint class represents one point of failure in an equality test.

    Inheritance
    object
    NUnitEqualityComparer.FailurePoint
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Framework.Constraints
    Assembly: nunit.framework.dll
    Syntax
    public sealed class NUnitEqualityComparer.FailurePoint

    Constructors

    View Source

    FailurePoint()

    Declaration
    public FailurePoint()

    Fields

    View Source

    ActualHasData

    Indicates whether the actual value is valid

    Declaration
    public bool ActualHasData
    Field Value
    Type Description
    bool
    View Source

    ActualValue

    The actual value

    Declaration
    public object? ActualValue
    Field Value
    Type Description
    object
    View Source

    ExpectedHasData

    Indicates whether the expected value is valid

    Declaration
    public bool ExpectedHasData
    Field Value
    Type Description
    bool
    View Source

    ExpectedValue

    The expected value

    Declaration
    public object? ExpectedValue
    Field Value
    Type Description
    object
    View Source

    Position

    The location of the failure

    Declaration
    public long Position
    Field Value
    Type Description
    long
    View Source

    PropertyName

    The name of the property.

    Declaration
    public string? PropertyName
    Field Value
    Type Description
    string
    • 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