Package com.consol.citrus.main
Class TestRunConfiguration
- java.lang.Object
-
- com.consol.citrus.main.TestRunConfiguration
-
public class TestRunConfiguration extends Object
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description TestRunConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDefaultProperties(Map<String,String> defaultProperties)Adds default properties.Map<String,String>getDefaultProperties()Gets the defaultProperties.StringgetEngine()Gets the engine.String[]getIncludes()Gets the includes.List<String>getPackages()Gets the packages.List<TestClass>getTestClasses()Gets the testClasses.FilegetTestJar()Gets the testJar.voidsetEngine(String engine)Sets the engine.voidsetIncludes(String[] includes)Sets the includes.voidsetPackages(List<String> packages)Sets the packages.voidsetTestClasses(List<TestClass> testClasses)Sets the testClasses.voidsetTestJar(File testJar)Sets the testJar.
-
-
-
Method Detail
-
getEngine
public String getEngine()
Gets the engine.- Returns:
-
setEngine
public void setEngine(String engine)
Sets the engine.- Parameters:
engine-
-
setTestClasses
public void setTestClasses(List<TestClass> testClasses)
Sets the testClasses.- Parameters:
testClasses-
-
setPackages
public void setPackages(List<String> packages)
Sets the packages.- Parameters:
packages-
-
getIncludes
public String[] getIncludes()
Gets the includes.- Returns:
-
setIncludes
public void setIncludes(String[] includes)
Sets the includes.- Parameters:
includes-
-
getTestJar
public File getTestJar()
Gets the testJar.- Returns:
-
setTestJar
public void setTestJar(File testJar)
Sets the testJar.- Parameters:
testJar-
-
getDefaultProperties
public Map<String,String> getDefaultProperties()
Gets the defaultProperties.- Returns:
-
-