Click or drag to resize

ScopeTestHelperAssertFalse Method (String, 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(
	string message,
	bool condition
)

Parameters

message
Type: SystemString
an optional message
condition
Type: SystemBoolean
to assert
See Also