Click or drag to resize

ScopeTestHelperAssertNull Method (Object)

Assert that a value is null.

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void AssertNull(
	Object object
)

Parameters

object
Type: SystemObject
the object to check
See Also