C# Class NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint

FailurePoint class represents one point of failure in an equality test.
ファイルを表示 Open project: nunit/nunit Class Usage Examples

Public Properties

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

Property Details

ActualHasData public_oe property

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

ActualValue public_oe property

The actual value
public object ActualValue
return object

ExpectedHasData public_oe property

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

ExpectedValue public_oe property

The expected value
public object ExpectedValue
return object

Position public_oe property

The location of the failure
public long Position
return long