Interface TestScriptFactory

All Known Implementing Classes:
AbstractMavenTestScriptFactory, AbstractRunitMavenTestScriptFactory, AbstractTestScriptFactory, MinitestMavenTestScriptFactory, RSpecMavenTestScriptFactory, RunitMavenTestScriptFactory

public interface TestScriptFactory
  • Method Details

    • 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