searls.jasmine.runner
Class SpecRunnerExecutor

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

public class SpecRunnerExecutor
extends java.lang.Object


Field Summary
static java.util.Map Browsers
           
static java.lang.String BUILD_CONCLUSION_JS
           
static java.lang.String BUILD_REPORT_JS
           
 
Constructor Summary
SpecRunnerExecutor()
           
 
Method Summary
 JasmineResult execute(java.net.URL runnerUrl)
           
 JasmineResult execute(java.net.URL runnerUrl, java.lang.String browser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Browsers

public static final java.util.Map Browsers

BUILD_REPORT_JS

public static final java.lang.String BUILD_REPORT_JS
See Also:
Constant Field Values

BUILD_CONCLUSION_JS

public static final java.lang.String BUILD_CONCLUSION_JS
See Also:
Constant Field Values
Constructor Detail

SpecRunnerExecutor

public SpecRunnerExecutor()
Method Detail

execute

public JasmineResult execute(java.net.URL runnerUrl)
                      throws com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException,
                             java.net.MalformedURLException,
                             java.io.IOException,
                             java.lang.InterruptedException
Throws:
com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException
java.net.MalformedURLException
java.io.IOException
java.lang.InterruptedException

execute

public JasmineResult execute(java.net.URL runnerUrl,
                             java.lang.String browser)
                      throws com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException,
                             java.net.MalformedURLException,
                             java.io.IOException,
                             java.lang.InterruptedException
Throws:
com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException
java.net.MalformedURLException
java.io.IOException
java.lang.InterruptedException


Copyright © 2011 SOFTEC sa. All Rights Reserved.