com.github.searls.jasmine.runner
Class SpecRunnerExecutor

java.lang.Object
  extended by com.github.searls.jasmine.runner.SpecRunnerExecutor

public class SpecRunnerExecutor
extends Object


Field Summary
static String BUILD_REPORT_JS
           
static String CREATE_JUNIT_XML
           
 
Constructor Summary
SpecRunnerExecutor()
           
 
Method Summary
 JasmineResult execute(URL runnerUrl, File junitXmlReport, org.openqa.selenium.WebDriver driver, int timeout, boolean debug, org.apache.maven.plugin.logging.Log log, String format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILD_REPORT_JS

public static final String BUILD_REPORT_JS
See Also:
Constant Field Values

CREATE_JUNIT_XML

public static final String CREATE_JUNIT_XML
See Also:
Constant Field Values
Constructor Detail

SpecRunnerExecutor

public SpecRunnerExecutor()
Method Detail

execute

public JasmineResult execute(URL runnerUrl,
                             File junitXmlReport,
                             org.openqa.selenium.WebDriver driver,
                             int timeout,
                             boolean debug,
                             org.apache.maven.plugin.logging.Log log,
                             String format)


Copyright © 2012. All Rights Reserved.