C# 클래스 PclUnit.Constraints.Pieces.NUnitEqualityComparer.FailurePoint

FailurePoint class represents one point of failure in an equality test.
파일 보기 프로젝트 열기: jbtule/PclUnit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActualHasData bool
ActualValue object
ExpectedHasData bool
ExpectedValue object
Position int

프로퍼티 상세

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 int Position
리턴 int