 | 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
SyntaxUniformPair<EventBean> AssertPairGetIRAndReset()
Return Value
Type:
UniformPairEventBeanpair of insert-stream and remove-stream events
See Also