 | ScopeTestHelperAssertTrue Method (String, 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(
string message,
bool condition
)
Parameters
- message
- Type: SystemString
an optional message - condition
- Type: SystemBoolean
to assert
See Also