Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NUnit
Framework
Constraints
NUnitEqualityComparer.FailurePoint
C# 클래스 NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint
FailurePoint class represents one point of failure in an equality test.
파일 보기
프로젝트 열기: nunit/nunit
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
ActualHasData
bool
ActualValue
object
ExpectedHasData
bool
ExpectedValue
object
Position
long
프로퍼티 상세
ActualHasData
공개적으로 프로퍼티
Indicates whether the actual value is valid
public
bool
ActualHasData
리턴
bool
ActualValue
공개적으로 프로퍼티
The actual value
public
object
ActualValue
리턴
object
ExpectedHasData
공개적으로 프로퍼티
Indicates whether the expected value is valid
public
bool
ExpectedHasData
리턴
bool
ExpectedValue
공개적으로 프로퍼티
The expected value
public
object
ExpectedValue
리턴
object
Position
공개적으로 프로퍼티
The location of the failure
public
long
Position
리턴
long