| Package | Description |
|---|---|
| org.camunda.community.bpmndt.api |
| Modifier and Type | Method and Description |
|---|---|
TestCaseExecutor |
AbstractTestCase.createExecutor()
Creates a new executor, used to specify variables, business key and/or mocks that are considered
during test case execution.
|
TestCaseExecutor |
TestCaseExecutor.customize(Consumer<TestCaseExecutor> customizer)
Customizes the executor, using the given
Consumer function. |
TestCaseExecutor |
TestCaseExecutor.verify(Consumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert> verifier)
Verifies that state after the test case execution has finished.
|
TestCaseExecutor |
TestCaseExecutor.withBean(String key,
Object value)
Registers a bean for the given key.
Please note: If Spring is enabled, the beans will be provided via Spring's application context (e.g. |
TestCaseExecutor |
TestCaseExecutor.withBusinessKey(String businessKey)
Sets the business key of the process instance that will be created.
|
TestCaseExecutor |
TestCaseExecutor.withVariable(String name,
Object value)
Sets a variable on the process instance that will be created.
|
TestCaseExecutor |
TestCaseExecutor.withVariableTyped(String name,
org.camunda.bpm.engine.variable.value.TypedValue value)
Sets a typed variable on the process instance that will be started.
|
| Modifier and Type | Method and Description |
|---|---|
TestCaseExecutor |
TestCaseExecutor.customize(Consumer<TestCaseExecutor> customizer)
Customizes the executor, using the given
Consumer function. |
Copyright © 2023 Camunda Services GmbH. All rights reserved.