 | SupportListenerAssertInvokedAndReset Method |
Returns a pair of insert and remove stream event arrays considering the last invocation only,
asserting that only a single invocation occured, and resetting the listener.
Namespace:
com.espertech.esper.runtime.client.scopetest
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
SyntaxUniformPair<EventBean[]> AssertInvokedAndReset()
Return Value
Type:
UniformPairEventBeanpair of event arrays, the first in the pair is the insert stream data, the second in the pair is the remove stream data
See Also