Skip to content

TrueConstraint

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

TrueConstraint tests that a value is true.

Constructor

TrueConstraint()

Syntax

Is.True

Example of Use

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