Uses of Class
org.camunda.community.bpmndt.api.TestCaseExecutor
Packages that use TestCaseExecutor
-
Uses of TestCaseExecutor in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api that return TestCaseExecutorModifier and TypeMethodDescriptionAbstractTestCase.createExecutor()Creates a new executor, used to specify variables, business key and/or mocks that are considered during test case execution.TestCaseExecutor.customize(Consumer<TestCaseExecutor> customizer) Customizes the executor, using the givenConsumerfunction.TestCaseExecutor.verify(Consumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert> verifier) Verifies that state after the test case execution has finished.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.withBusinessKey(String businessKey) Sets the business key of the process instance that will be created.TestCaseExecutor.withVariable(String name, Object value) Sets a variable on the process instance that will be created.TestCaseExecutor.withVariables(Map<String, Object> variables) Sets variables on the process instance that will be created.TestCaseExecutor.withVariableTyped(String name, org.camunda.bpm.engine.variable.value.TypedValue value) Sets a typed variable on the process instance that will be started.Method parameters in org.camunda.community.bpmndt.api with type arguments of type TestCaseExecutorModifier and TypeMethodDescriptionTestCaseExecutor.customize(Consumer<TestCaseExecutor> customizer) Customizes the executor, using the givenConsumerfunction.