Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
NUnit
Framework
Constraints
NUnitEqualityComparer.FailurePoint
C# Class NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint
FailurePoint class represents one point of failure in an equality test.
Afficher le fichier
Open project: nunit/nunit
Class Usage Examples
Méthodes publiques
Свойство
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
Résultat
bool
ActualValue
public_oe property
The actual value
public
object
ActualValue
Résultat
object
ExpectedHasData
public_oe property
Indicates whether the expected value is valid
public
bool
ExpectedHasData
Résultat
bool
ExpectedValue
public_oe property
The expected value
public
object
ExpectedValue
Résultat
object
Position
public_oe property
The location of the failure
public
long
Position
Résultat
long