Click or drag to resize

SupportListenerAssertPairGetIRAndReset 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#
UniformPair<EventBean> AssertPairGetIRAndReset()

Return Value

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