static void |
IterableListenerAssert.assertChangedMultipleInstancesVariable(IterableProcessEventListener it,
String name,
Object oldValue,
Object newValue) |
Asserts that the variable was changed within multipleInstances
subprocess.
|
static void |
IterableListenerAssert.assertChangedVariable(IterableProcessEventListener it,
String name,
Object oldValue,
Object newValue) |
Asserts that the variable was changed
|
static void |
IterableListenerAssert.assertLeft(IterableProcessEventListener it,
String nodeName) |
Asserts that the node with the given name was left
|
static void |
IterableListenerAssert.assertMultipleVariablesChanged(IterableProcessEventListener it,
String... variables) |
When multiple variables are initialized order might be different on
different JVMs.
|
static void |
IterableListenerAssert.assertNextNode(IterableProcessEventListener it,
String nodeName) |
Asserts that the node with the given name was triggered and left with no
action in between
|
static void |
IterableListenerAssert.assertProcessCompleted(IterableProcessEventListener it,
String processId) |
Asserts that the process was completed
|
static void |
IterableListenerAssert.assertProcessStarted(IterableProcessEventListener it,
String processId) |
Asserts that the process was started
|
static void |
IterableListenerAssert.assertTriggered(IterableProcessEventListener it,
String nodeName) |
Asserts that the node with the given name was triggered
|