Uses of Interface
org.camunda.community.bpmndt.GeneratorStrategy
Packages that use GeneratorStrategy
Package
Description
-
Uses of GeneratorStrategy in org.camunda.community.bpmndt
Methods in org.camunda.community.bpmndt that return GeneratorStrategyModifier and TypeMethodDescriptionTestCaseContext.getStrategy(String activityId) Returns the strategy of the activity with the given ID.Methods in org.camunda.community.bpmndt with parameters of type GeneratorStrategy -
Uses of GeneratorStrategy in org.camunda.community.bpmndt.cmd
Methods in org.camunda.community.bpmndt.cmd that return types with arguments of type GeneratorStrategyModifier and TypeMethodDescriptionGetStrategies.apply(TestCaseContext ctx, List<TestCaseActivity> activities) Method parameters in org.camunda.community.bpmndt.cmd with type arguments of type GeneratorStrategyModifier and TypeMethodDescriptionvoidBuildTestCaseExecution.accept(List<GeneratorStrategy> strategies, com.squareup.javapoet.MethodSpec.Builder builder) protected voidGenerateMultiInstanceScopeHandler.addHandlerFields(List<GeneratorStrategy> strategies, com.squareup.javapoet.TypeSpec.Builder classBuilder) protected voidGenerateTestCase.addHandlerFields(List<GeneratorStrategy> strategies, com.squareup.javapoet.TypeSpec.Builder classBuilder) protected voidGenerateMultiInstanceScopeHandler.addHandlerMethods(List<GeneratorStrategy> strategies, com.squareup.javapoet.TypeSpec.Builder classBuilder) protected voidGenerateTestCase.addHandlerMethods(List<GeneratorStrategy> strategies, com.squareup.javapoet.TypeSpec.Builder classBuilder) protected com.squareup.javapoet.MethodSpecGenerateMultiInstanceScopeHandler.buildApply(TestCaseActivityScope scope, List<GeneratorStrategy> strategies) protected com.squareup.javapoet.MethodSpecGenerateTestCase.buildBeforeEach(List<GeneratorStrategy> strategies) Overrides thebeforeEachmethod of theAbstractTestCaseto initialize the activity handlers (e.g.protected com.squareup.javapoet.MethodSpecGenerateMultiInstanceScopeHandler.buildConstructor(List<GeneratorStrategy> strategies) protected com.squareup.javapoet.MethodSpecGenerateTestCase.buildExecute(TestCaseContext ctx, List<GeneratorStrategy> strategies) -
Uses of GeneratorStrategy in org.camunda.community.bpmndt.strategy
Classes in org.camunda.community.bpmndt.strategy that implement GeneratorStrategyModifier and TypeClassDescriptionclassStrategy for boundary conditional, message and signal events.classStrategy for boundary timer events.classclassDefault strategy for all handled activities, that provide a fluent handler API.classDefault strategy, used for all unhandled activities (with typeTestCaseActivityType.OTHER).classclassclassclassSpecial strategy for multi instance scopes.classSpecial strategy for activities that are enclosed by the multi instance scope.classMethods in org.camunda.community.bpmndt.strategy that return GeneratorStrategyModifier and TypeMethodDescriptionMultiInstanceStrategy.getEnclosedStrategy()Gets the strategy of the activity that is enclosed by the multi instance scope.Constructors in org.camunda.community.bpmndt.strategy with parameters of type GeneratorStrategyModifierConstructorDescriptionMultiInstanceStrategy(GeneratorStrategy strategy, TestCaseContext ctx)