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