| Package | Description |
|---|---|
| org.camunda.community.bpmndt.api |
| Modifier and Type | Method and Description |
|---|---|
EventHandler |
EventHandler.customize(Consumer<EventHandler> customizer)
Customizes the handler, using the given
Consumer function. |
EventHandler |
EventHandler.verify(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert,org.camunda.bpm.engine.runtime.EventSubscription> verifier)
Verifies the events's waiting state.
|
EventHandler |
EventHandler.withVariable(String name,
Object value)
Sets a variable, which is passed to the execution when the default action is used.
|
EventHandler |
EventHandler.withVariableTyped(String name,
org.camunda.bpm.engine.variable.value.TypedValue value)
Sets a typed variable, which is passed to the execution when the default action is used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseInstance.apply(EventHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
EventHandler |
EventHandler.customize(Consumer<EventHandler> customizer)
Customizes the handler, using the given
Consumer function. |
Copyright © 2022 Camunda Services GmbH. All rights reserved.