 | ScopeTestHelperAssertTrue Method (Boolean) |
Assert a condition is true.
Namespace:
com.espertech.esper.common.client.scopetest
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static void AssertTrue(
bool condition
)
Parameters
- condition
- Type: SystemBoolean
to assert
See Also