Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NUnit
Framework
Constraints
NUnitEqualityComparer.FailurePoint
C# Class NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint
FailurePoint class represents one point of failure in an equality test.
Show file
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 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
long
Position
return
long