Click or drag to resize

SupportListenerAssertInvokedFlagAndReset Method

Assert the invoked-flag against the expected value and reset the flag

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
void AssertInvokedFlagAndReset(
	bool expected
)

Parameters

expected
Type: SystemBoolean
expected value
See Also