Uses of Class
org.camunda.community.bpmndt.api.AbstractTestCase
Packages that use AbstractTestCase
-
Uses of AbstractTestCase in org.camunda.community.bpmndt.api
Subclasses of AbstractTestCase in org.camunda.community.bpmndt.apiModifier and TypeClassDescriptionclassAbstract superclass for JUnit 5 based test cases.Methods in org.camunda.community.bpmndt.api with type parameters of type AbstractTestCaseModifier and TypeMethodDescriptionfinal <T extends AbstractTestCase>
voidCallActivityHandler.executeTestCase(T testCase, Consumer<T> customizer) Executes the given test case, instead of simulating the called process, when the call activity is handled.Constructors in org.camunda.community.bpmndt.api with parameters of type AbstractTestCaseModifierConstructorDescriptionTestCaseExecutor(AbstractTestCase testCase, io.camunda.zeebe.process.test.api.ZeebeTestEngine engine, String simulateSubProcessResource)