Class NUnitEqualityComparer.FailurePoint
FailurePoint class represents one point of failure in an equality test.
Inherited Members
Namespace: NUnit.Framework.Constraints
Assembly: nunit.framework.dll
Syntax
public sealed class NUnitEqualityComparer.FailurePoint
Constructors
View SourceFailurePoint()
Declaration
public FailurePoint()
Fields
View SourceActualHasData
Indicates whether the actual value is valid
Declaration
public bool ActualHasData
Field Value
Type | Description |
---|---|
bool |
ActualValue
The actual value
Declaration
public object? ActualValue
Field Value
Type | Description |
---|---|
object |
ExpectedHasData
Indicates whether the expected value is valid
Declaration
public bool ExpectedHasData
Field Value
Type | Description |
---|---|
bool |
ExpectedValue
The expected value
Declaration
public object? ExpectedValue
Field Value
Type | Description |
---|---|
object |
Position
The location of the failure
Declaration
public long Position
Field Value
Type | Description |
---|---|
long |
PropertyName
The name of the property.
Declaration
public string? PropertyName
Field Value
Type | Description |
---|---|
string |