C# Class PclUnit.Constraints.Pieces.NUnitEqualityComparer.FailurePoint

FailurePoint class represents one point of failure in an equality test.
Show file Open project: jbtule/PclUnit Class Usage Examples

Public Properties

Property Type Description
ActualHasData bool
ActualValue object
ExpectedHasData bool
ExpectedValue object
Position int

Property Details

ActualHasData public property

Indicates whether the actual value is valid
public bool ActualHasData
return bool

ActualValue public property

The actual value
public object ActualValue
return object

ExpectedHasData public property

Indicates whether the expected value is valid
public bool ExpectedHasData
return bool

ExpectedValue public property

The expected value
public object ExpectedValue
return object

Position public property

The location of the failure
public int Position
return int