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(io.camunda.zeebe.process.test.api.ZeebeTestEngine engine) Creates a new executor, used to specify variables that are considered during test case execution.TestCaseExecutor.customize(Consumer<TestCaseExecutor> customizer) Customizes the executor, using the givenConsumerfunction.TestCaseExecutor.simulateProcess(String processId) Simulates the process with the given ID by adding a stub process to the resource deployment.TestCaseExecutor.verify(Consumer<io.camunda.zeebe.process.test.assertions.ProcessInstanceAssert> verifier) Verifies the state after the test case execution has finished.TestCaseExecutor.withAdditionalResource(String resourceName, String resource) Adds a resource to the resource deployment (ZeebeClient.newDeployResourceCommand()).TestCaseExecutor.withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Sets the object mapper that is used by theZeebeClient.TestCaseExecutor.withPrintRecordStreamEnabled(boolean printRecordStreamEnabled) Enables record streaming printing to stdout.TestCaseExecutor.withTaskTimeout(long taskTimeout) Specifies a timeout in milliseconds for tasks that audit the test engine's record stream - e.g.TestCaseExecutor.withTenantId(String tenantId) Sets the tenant ID to be used for the automatic process deployment.TestCaseExecutor.withVariable(String name, Object value) Sets a variable that is used for the process instance creation.TestCaseExecutor.withVariableMap(Map<String, Object> variableMap) Sets variables that are used for the process instance creation.TestCaseExecutor.withVariables(Object variables) Sets an object as variables that is used for the process instance creation.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.