Uses of Class
org.camunda.community.bpmndt.api.TestCaseInstance
Packages that use TestCaseInstance
-
Uses of TestCaseInstance in org.camunda.community.bpmndt.api
Methods in org.camunda.community.bpmndt.api with parameters of type TestCaseInstanceModifier and TypeMethodDescriptionprotected abstract voidAbstractTestCase.execute(TestCaseInstance instance, long processInstanceKey) Executes the test case.Method parameters in org.camunda.community.bpmndt.api with type arguments of type TestCaseInstanceModifier and TypeMethodDescriptionvoidCustomMultiInstanceHandler.execute(BiConsumer<TestCaseInstance, Long> action) Executes a custom action that handles the multi instance or the multi instance scope.