Click or drag to resize

SupportUpdateListenerAssertPairGetIRAndReset Method

Asserts that exactly one insert stream event and exactly one remove stream event was received, resets the listener clearing all state and returns the received events as a pair.

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public UniformPair<EventBean> AssertPairGetIRAndReset()

Return Value

Type: UniformPairEventBean
pair of insert-stream and remove-stream events

Implements

SupportListenerAssertPairGetIRAndReset
See Also