Interface TestScriptFactory

    • Method Detail

      • 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