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