public class TestUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_KB |
| Constructor and Description |
|---|
TestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertEventSequences(CorrelationEventsLog eventsLog,
String key,
String firstEventLabel,
String[][] expected) |
static void |
assertEventSequences(CorrelationEventsLog eventsLog,
String key,
String firstEventLabel,
String[][] expected,
boolean ignoreOrderOfSequences) |
static int |
getEventCounter(org.openksavi.sponge.engine.Engine engine,
String key) |
static List<org.openksavi.sponge.event.Event> |
getEvents(org.openksavi.sponge.engine.Engine engine,
String eventName) |
static void |
testExample(String config,
int timeout) |
public static final String DEFAULT_KB
public static void testExample(String config, int timeout)
public static List<org.openksavi.sponge.event.Event> getEvents(org.openksavi.sponge.engine.Engine engine, String eventName)
public static int getEventCounter(org.openksavi.sponge.engine.Engine engine,
String key)
public static void assertEventSequences(CorrelationEventsLog eventsLog, String key, String firstEventLabel, String[][] expected)
public static void assertEventSequences(CorrelationEventsLog eventsLog, String key, String firstEventLabel, String[][] expected, boolean ignoreOrderOfSequences)
Copyright © 2016–2017 Softelnet. All rights reserved.