Skip to content

TrueConstraint

jnm2 edited this page Jun 14, 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