de.saumya.mojo.tests
Interface TestScriptFactory
- All Known Implementing Classes:
- AbstractMavenTestScriptFactory, AbstractRunitMavenTestScriptFactory, AbstractTestScriptFactory, RunitMavenTestScriptFactory
public interface TestScriptFactory
setBaseDir
void setBaseDir(java.io.File baseDir)
setSummaryReport
void setSummaryReport(java.io.File summaryReport)
setOutputDir
void setOutputDir(java.io.File outputDir)
setSourceDir
void setSourceDir(java.io.File sourceDir)
setReportPath
void setReportPath(java.io.File reportPath)
setClasspathElements
void setClasspathElements(java.util.List<java.lang.String> classpathElements)
setSystemProperties
void setSystemProperties(java.util.Properties systemProperties)
setGemHome
void setGemHome(java.io.File gemHome)
setGemPaths
void setGemPaths(java.io.File[] gemPaths)
getScriptFile
java.io.File getScriptFile()
getCoreScript
java.lang.String getCoreScript()
getFullScript
java.lang.String getFullScript()
throws java.io.IOException
- Throws:
java.io.IOException
emit
void emit()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2012. All Rights Reserved.