de.saumya.mojo.rspec
Class RSpecMavenTestScriptFactory

java.lang.Object
  extended by de.saumya.mojo.tests.AbstractTestScriptFactory
      extended by de.saumya.mojo.tests.AbstractMavenTestScriptFactory
          extended by de.saumya.mojo.rspec.RSpecMavenTestScriptFactory
All Implemented Interfaces:
TestScriptFactory

public class RSpecMavenTestScriptFactory
extends AbstractMavenTestScriptFactory


Field Summary
 
Fields inherited from class de.saumya.mojo.tests.AbstractTestScriptFactory
baseDir, classpathElements, gemHome, gemPaths, outputDir, reportPath, sourceDir, summaryReport, systemProperties
 
Constructor Summary
RSpecMavenTestScriptFactory()
           
 
Method Summary
protected  void getRunnerScript(StringBuilder builder)
           
protected  String getScriptName()
           
 
Methods inherited from class de.saumya.mojo.tests.AbstractMavenTestScriptFactory
getCoreScript, getFullScript, getPluginClasspathScript, getResultsScript
 
Methods inherited from class de.saumya.mojo.tests.AbstractTestScriptFactory
emit, getScriptFile, setBaseDir, setClasspathElements, setGemHome, setGemPaths, setOutputDir, setReportPath, setSourceDir, setSummaryReport, setSystemProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSpecMavenTestScriptFactory

public RSpecMavenTestScriptFactory()
Method Detail

getRunnerScript

protected void getRunnerScript(StringBuilder builder)
Specified by:
getRunnerScript in class AbstractMavenTestScriptFactory

getScriptName

protected String getScriptName()
Specified by:
getScriptName in class AbstractTestScriptFactory


Copyright © 2012. All Rights Reserved.