C# Class PclUnit.Constraints.Pieces.NaNConstraint

NaNConstraint tests that the actual value is a double or float NaN
Inheritance: Constraint
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
Matches ( object actual ) : bool

Test that the actual value is an NaN

WriteDescriptionTo ( MessageWriter writer ) : void

Write the constraint description to a specified writer

Method Details

Matches() public méthode

Test that the actual value is an NaN
public Matches ( object actual ) : bool
actual object
Résultat bool

WriteDescriptionTo() public méthode

Write the constraint description to a specified writer
public WriteDescriptionTo ( MessageWriter writer ) : void
writer MessageWriter
Résultat void