public class SiddhiTestHelper extends Object
| Constructor and Description |
|---|
SiddhiTestHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEventsMatch(List<Object[]> actual,
List<Object[]> expected) |
static boolean |
isUnsortedEventsMatch(List<Object[]> actual,
List<Object[]> expected) |
static void |
waitForEvents(long sleepTime,
int expectedCount,
AtomicInteger actualCount,
long timeout) |
static void |
waitForEvents(long sleepTime,
int expectedSize,
Collection<?> collection,
long timeout) |
public static void waitForEvents(long sleepTime,
int expectedCount,
AtomicInteger actualCount,
long timeout)
throws InterruptedException
InterruptedExceptionpublic static void waitForEvents(long sleepTime,
int expectedSize,
Collection<?> collection,
long timeout)
throws InterruptedException
InterruptedExceptionCopyright © 2018 WSO2. All rights reserved.