Table of Contents

Class NUnitEqualityComparer.FailurePoint

Namespace
NUnit.Framework.Constraints
Assembly
nunit.framework.dll

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

public class NUnitEqualityComparer.FailurePoint
Inheritance
NUnitEqualityComparer.FailurePoint
Inherited Members

Constructors

FailurePoint()

public FailurePoint()

Fields

ActualHasData

Indicates whether the actual value is valid

public bool ActualHasData

Field Value

bool

ActualValue

The actual value

public object ActualValue

Field Value

object

ExpectedHasData

Indicates whether the expected value is valid

public bool ExpectedHasData

Field Value

bool

ExpectedValue

The expected value

public object ExpectedValue

Field Value

object

Position

The location of the failure

public long Position

Field Value

long