IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint Class Reference

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

Public Attributes

long Position
 The location of the failure More...
 
object ExpectedValue
 The expected value More...
 
object ActualValue
 The actual value More...
 
bool ExpectedHasData
 Indicates whether the expected value is valid More...
 
bool ActualHasData
 Indicates whether the actual value is valid More...
 

Detailed Description

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

Member Data Documentation

bool NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint.ExpectedHasData
bool NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint.ActualHasData

The documentation for this class was generated from the following file: