 | ScopeTestHelperAssertNotNull Method (String, Object) |
Assert that a value is not null.
Namespace:
com.espertech.esper.common.client.scopetest
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static void AssertNotNull(
string message,
Object object
)
Parameters
- message
- Type: SystemString
The message. - object
- Type: SystemObject
the object to check
See Also