NUnit.Framework.Assert.Null Method
Verifies that the object that is passed in is equal to

Example

null
If the object is not

Example

null
then an NUnit.Framework.AssertionException is thrown.

Syntax

public static void Null (object anObject, string message, params object[] args)

Parameters

anObject
The object that is to be tested
message
The message to be displayed when the object is not null
args
Arguments to be used in formatting the message

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NUnit.Framework
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 0.6.0.0, 1.0.0.0