Click or drag to resize

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
Syntax
C#
public static void AssertTrue(
	bool condition
)

Parameters

condition
Type: SystemBoolean
to assert
See Also