Package org.camunda.community.bpmndt
Class GeneratorContext
java.lang.Object
org.camunda.community.bpmndt.GeneratorContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the configured base package name or the default value.Returns the class names of process engine plugins, which should be registered at the process engine that executes the generated test cases.booleanvoidsetBasePath(Path basePath) voidsetMainResourcePath(Path mainResourcePath) voidsetPackageName(String packageName) voidsetProcessEnginePluginNames(List<String> processEnginePluginNames) voidsetSpringEnabled(boolean springEnabled) voidsetTestSourcePath(Path testSourcePath)
-
Constructor Details
-
GeneratorContext
public GeneratorContext()
-
-
Method Details
-
getBasePath
-
getMainResourcePath
-
getPackageName
Gets the configured base package name or the default value.- Returns:
- The base package name.
-
getProcessEnginePluginNames
Returns the class names of process engine plugins, which should be registered at the process engine that executes the generated test cases.- Returns:
- A list of process engine class names.
-
getTestSourcePath
-
isSpringEnabled
public boolean isSpringEnabled() -
setBasePath
-
setMainResourcePath
-
setPackageName
-
setProcessEnginePluginNames
-
setSpringEnabled
public void setSpringEnabled(boolean springEnabled) -
setTestSourcePath
-