 | 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
Syntaxpublic static void AssertNull(
Object object
)
Parameters
- object
- Type: SystemObject
the object to check
See Also