public class GeneratorContext extends Object
| Constructor and Description |
|---|
GeneratorContext() |
| Modifier and Type | Method and Description |
|---|---|
Path |
getBasePath() |
Path |
getMainResourcePath() |
String |
getPackageName()
Gets the configured base package name or the default value.
|
List<String> |
getProcessEnginePluginNames()
Returns the class names of process engine plugins, which should be registered at the process
engine that executes the generated test cases.
|
Path |
getTestSourcePath() |
boolean |
isJUnit5Enabled() |
boolean |
isSpringEnabled() |
void |
setBasePath(Path basePath) |
void |
setJUnit5Enabled(boolean jUnit5Enabled) |
void |
setMainResourcePath(Path mainResourcePath) |
void |
setPackageName(String packageName) |
void |
setProcessEnginePluginNames(List<String> processEnginePluginNames) |
void |
setSpringEnabled(boolean springEnabled) |
void |
setTestSourcePath(Path testSourcePath) |
public Path getBasePath()
public Path getMainResourcePath()
public String getPackageName()
public List<String> getProcessEnginePluginNames()
public Path getTestSourcePath()
public boolean isJUnit5Enabled()
public boolean isSpringEnabled()
public void setBasePath(Path basePath)
public void setJUnit5Enabled(boolean jUnit5Enabled)
public void setMainResourcePath(Path mainResourcePath)
public void setPackageName(String packageName)
public void setProcessEnginePluginNames(List<String> processEnginePluginNames)
public void setSpringEnabled(boolean springEnabled)
public void setTestSourcePath(Path testSourcePath)
Copyright © 2022 Camunda Services GmbH. All rights reserved.