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