org.stjs.testing.driver.browser
Class FirefoxBrowser

java.lang.Object
  extended by org.stjs.testing.driver.browser.AbstractBrowser
      extended by org.stjs.testing.driver.browser.LongPollingBrowser
          extended by org.stjs.testing.driver.browser.FirefoxBrowser
All Implemented Interfaces:
AsyncProcess, Browser

public class FirefoxBrowser
extends LongPollingBrowser


Field Summary
static String PROP_FIREFOX_BIN
           
 
Constructor Summary
FirefoxBrowser(DriverConfiguration config)
           
 
Method Summary
 void doStart()
           
 
Methods inherited from class org.stjs.testing.driver.browser.LongPollingBrowser
awaitNextTest, executeTest, getId, getMethodUnderExecution, getSharedDependencies, getStartPageUri, getStartPageUrl, markAsDead, markAsDead, notifyNoMoreTests, registerWithLongPollingServer, sendNoMoreTestFixture, sendTestFixture, start
 
Methods inherited from class org.stjs.testing.driver.browser.AbstractBrowser
appendScriptTag, buildProcess, buildResult, getConfig, isRunningOnWindows, processSet, sendResponse, startProcess, startProcess, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_FIREFOX_BIN

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

FirefoxBrowser

public FirefoxBrowser(DriverConfiguration config)
Method Detail

doStart

public void doStart()
             throws org.junit.runners.model.InitializationError
Specified by:
doStart in class LongPollingBrowser
Throws:
org.junit.runners.model.InitializationError


Copyright © 2013. All Rights Reserved.