Uses of Class
org.camunda.community.bpmndt.api.TestCaseInstance
Packages that use TestCaseInstance
-
Uses of TestCaseInstance in org.camunda.community.bpmndt.api
Fields in org.camunda.community.bpmndt.api declared as TestCaseInstanceModifier and TypeFieldDescriptionprotected TestCaseInstanceAbstractTestCase.instanceprotected final TestCaseInstanceMultiInstanceHandler.instanceprotected final TestCaseInstanceMultiInstanceScopeHandler.instanceConstructors in org.camunda.community.bpmndt.api with parameters of type TestCaseInstanceModifierConstructorDescriptionCallActivityHandler(TestCaseInstance instance, String activityId) MultiInstanceHandler(TestCaseInstance instance, String activityId) MultiInstanceScopeHandler(TestCaseInstance instance, String activityId) TestCaseExecutor(TestCaseInstance instance, Consumer<org.camunda.bpm.engine.runtime.ProcessInstance> executor) -
Uses of TestCaseInstance in org.camunda.community.bpmndt.api.cfg
Methods in org.camunda.community.bpmndt.api.cfg with parameters of type TestCaseInstanceModifier and TypeMethodDescriptionvoidBpmndtParseListener.setInstance(TestCaseInstance instance) Sets a reference to the related test case instance.