public class BuildTestCaseContext extends Object implements BiFunction<TestCase,Integer,TestCaseContext>
| Constructor and Description |
|---|
BuildTestCaseContext(GeneratorContext gCtx,
BpmnSupport bpmnSupport) |
| Modifier and Type | Method and Description |
|---|---|
TestCaseContext |
apply(TestCase testCase,
Integer index) |
protected DefaultStrategy |
getStrategy(TestCaseActivity current) |
protected void |
handleBoundaryEvent(TestCaseActivity activity,
String flowNodeId) |
protected void |
handleIntermediateCatchEvent(TestCaseActivity activity,
String flowNodeId) |
protected void |
handleMultiInstance(TestCaseContext ctx,
TestCaseActivity activity) |
protected void |
handleMultiInstanceScope(TestCaseContext ctx,
int index,
TestCaseActivityScope scope) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic BuildTestCaseContext(GeneratorContext gCtx, BpmnSupport bpmnSupport)
public TestCaseContext apply(TestCase testCase, Integer index)
apply in interface BiFunction<TestCase,Integer,TestCaseContext>protected DefaultStrategy getStrategy(TestCaseActivity current)
protected void handleBoundaryEvent(TestCaseActivity activity, String flowNodeId)
protected void handleIntermediateCatchEvent(TestCaseActivity activity, String flowNodeId)
protected void handleMultiInstance(TestCaseContext ctx, TestCaseActivity activity)
protected void handleMultiInstanceScope(TestCaseContext ctx, int index, TestCaseActivityScope scope)
Copyright © 2022 Camunda Services GmbH. All rights reserved.