Click or drag to resize

ScopeTestHelperAssertFalse Method (Boolean)

Assert a condition is false.

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void AssertFalse(
	bool condition
)

Parameters

condition
Type: SystemBoolean
to assert
See Also