NUnit.Framework
Assert
Null
NUnit.Framework.Assert.Null Method
Verifies that the object that is passed in is equal to
Example
null
If the object is not null
Example
null
then an
NUnit.Framework.AssertionException
is thrown.
Syntax
public static
void
Null
(
object
anObject)
Parameters
anObject
The object that is to be tested
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