Package org.camunda.community.bpmndt.cmd
Class GetStrategies
java.lang.Object
org.camunda.community.bpmndt.cmd.GetStrategies
- All Implemented Interfaces:
BiFunction<TestCaseContext,List<TestCaseActivity>, List<GeneratorStrategy>>
public class GetStrategies
extends Object
implements BiFunction<TestCaseContext,List<TestCaseActivity>,List<GeneratorStrategy>>
Function that provides the strategies of all activities, including scopes, that are on the same
nesting level during execution.
-
Constructor Details
-
GetStrategies
public GetStrategies()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceBiFunction<TestCaseContext,List<TestCaseActivity>, List<GeneratorStrategy>>
-