Package org.citrusframework.main
Class TestRunConfiguration
java.lang.Object
org.citrusframework.main.TestRunConfiguration
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDefaultProperties(Map<String, String> defaultProperties) Adds default properties.Gets the defaultProperties.Gets the engine.String[]Gets the includes.Gets the packages.Gets the testJar.Gets the sources.voidSets the engine.voidsetIncludes(String[] includes) Sets the includes.voidsetPackages(List<String> packages) Sets the packages.voidsetTestJar(File testJar) Sets the testJar.voidsetTestSources(List<TestSource> sources) Sets the sources.
-
Constructor Details
-
TestRunConfiguration
public TestRunConfiguration()
-
-
Method Details
-
getEngine
Gets the engine.- Returns:
-
setEngine
Sets the engine.- Parameters:
engine-
-
getTestSources
Gets the sources.- Returns:
-
setTestSources
Sets the sources.- Parameters:
sources-
-
getPackages
Gets the packages.- Returns:
-
setPackages
Sets the packages.- Parameters:
packages-
-
getIncludes
Gets the includes.- Returns:
-
setIncludes
Sets the includes.- Parameters:
includes-
-
getTestJar
Gets the testJar.- Returns:
-
setTestJar
Sets the testJar.- Parameters:
testJar-
-
getDefaultProperties
Gets the defaultProperties.- Returns:
-
addDefaultProperties
Adds default properties.- Parameters:
defaultProperties-
-