org.stjs.testing.driver
Class DriverConfiguration
java.lang.Object
org.stjs.testing.driver.DriverConfiguration
public class DriverConfiguration
- extends Object
this is a wrapper around the configuration files stjs-test.properties.
- Author:
- acraciun
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DriverConfiguration
public DriverConfiguration(Class<?> klass)
getPort
public int getPort()
setPort
public void setPort(int port)
getWaitForBrowser
public int getWaitForBrowser()
setWaitForBrowser
public void setWaitForBrowser(int waitForBrowser)
isSkipIfNoBrowser
public boolean isSkipIfNoBrowser()
setSkipIfNoBrowser
public void setSkipIfNoBrowser(boolean skipIfNoBrowser)
isStartBrowser
public boolean isStartBrowser()
setStartBrowser
public void setStartBrowser(boolean startBrowser)
getTestTimeout
public int getTestTimeout()
setTestTimeout
public void setTestTimeout(int testTimeout)
getBrowserCount
public int getBrowserCount()
getBrowsers
public List<Browser> getBrowsers()
isDebugEnabled
public boolean isDebugEnabled()
setDebugEnabled
public void setDebugEnabled(boolean debugEnabled)
getClassLoader
public ClassLoader getClassLoader()
getProperty
public String getProperty(String name)
getProperty
public String getProperty(String name,
String defaultValue)
getServerURL
public URL getServerURL()
Copyright © 2013. All Rights Reserved.