Package | Description |
---|---|
com.espertech.esper.common.client.scopetest |
Test framework classes.
|
com.espertech.esper.common.internal.context.mgr | |
com.espertech.esper.common.internal.context.util |
Modifier and Type | Method and Description |
---|---|
static void |
EPAssertionUtil.assertPropsPerRow(Iterator<EventBean> iterator,
SafeIterator<EventBean> safeIterator,
String[] propertyNames,
Object[][] expected)
Compare the property values returned by events of both iterators with the expected values, using exact-order semantics.
|
static void |
EPAssertionUtil.assertPropsPerRowAnyOrder(Iterator<EventBean> iterator,
SafeIterator<EventBean> safeIterator,
String[] propertyNames,
Object[][] expected)
Compare the property values returned by events of both iterators with the expected values, using any-order semantics.
|
static void |
EPAssertionUtil.assertPropsPerRowAnyOrder(SafeIterator<EventBean> safeIterator,
String[] propertyNames,
Object[][] expected)
Compare the property values returned by events of the iterator with the expected values, using any-order semantics.
|
Modifier and Type | Method and Description |
---|---|
SafeIterator<EventBean> |
ContextManagerResident.safeIterator(int statementId) |
SafeIterator<EventBean> |
ContextManagerResident.safeIterator(int statementId,
ContextPartitionSelector selector) |
Modifier and Type | Class and Description |
---|---|
class |
AgentInstanceArraySafeIterator |
Modifier and Type | Method and Description |
---|---|
SafeIterator<EventBean> |
ContextIteratorHandler.safeIterator(int statementId) |
SafeIterator<EventBean> |
ContextIteratorHandler.safeIterator(int statementId,
ContextPartitionSelector selector) |
Copyright © 2005–2018. All rights reserved.