Skip to content

TrueConstraint

Charlie Poole edited this page Jan 31, 2016 · 5 revisions

TrueConstraint tests that a value is true.

Constructor

```C# TrueConstraint() ```

Syntax

```C# Is.True ```

Example of Use

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