C# 클래스 PclUnit.Constraints.Pieces.NaNConstraint

NaNConstraint tests that the actual value is a double or float NaN
상속: Constraint
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
Matches ( object actual ) : bool

Test that the actual value is an NaN

WriteDescriptionTo ( MessageWriter writer ) : void

Write the constraint description to a specified writer

메소드 상세

Matches() 공개 메소드

Test that the actual value is an NaN
public Matches ( object actual ) : bool
actual object
리턴 bool

WriteDescriptionTo() 공개 메소드

Write the constraint description to a specified writer
public WriteDescriptionTo ( MessageWriter writer ) : void
writer MessageWriter
리턴 void