Skip to content

FalseConstraint

Chris Maddock edited this page May 27, 2017 · 5 revisions

FalseConstraint tests that a value is false.

Constructor

FalseConstraint()

Syntax

Is.False

Example of Use

Assert.That( condition, Is.False );
Clone this wiki locally