Skip to content

NullConstraint

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

NullConstraint tests that a value is null.

Constructor

    NullConstraint()

Syntax

    Is.Null

Examples of Use

   Assert.That( anObject, Is.Null );
   Assert.That( anObject, Is.Not.Null );
Clone this wiki locally