ICSharpCode.SharpUnit an Unit Testing Framework for .NET

Assertion.AssertNotNull Method

Asserts that an object isn't null.

Overload List

Asserts that an object isn't null.

public static void AssertNotNull(object);

Asserts that an object isn't null.

public static void AssertNotNull(string,object);

See Also

Assertion Class | Assertion Members | ICSharpCode.SharpUnit Namespace