org.jboss.arquillian.ajocado.framework
Class SystemPropertiesConfiguration
java.lang.Object
org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
- All Implemented Interfaces:
- AjocadoConfiguration
public class SystemPropertiesConfiguration
- extends Object
- implements AjocadoConfiguration
Exposing of test system properties.
- Version:
- $Revision$
- Author:
- Lukas Fryc
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertiesConfiguration
public SystemPropertiesConfiguration()
getContextRoot
public URL getContextRoot()
- Specified by:
getContextRoot in interface AjocadoConfiguration
getContextPath
public URL getContextPath()
- Specified by:
getContextPath in interface AjocadoConfiguration
getBrowser
public Browser getBrowser()
- Specified by:
getBrowser in interface AjocadoConfiguration
getResourcesDirectory
public File getResourcesDirectory()
- Specified by:
getResourcesDirectory in interface AjocadoConfiguration
getBuildDirectory
public File getBuildDirectory()
- Specified by:
getBuildDirectory in interface AjocadoConfiguration
getSeleniumHost
public String getSeleniumHost()
- Specified by:
getSeleniumHost in interface AjocadoConfiguration
getSeleniumPort
public int getSeleniumPort()
- Specified by:
getSeleniumPort in interface AjocadoConfiguration
isSeleniumMaximize
public boolean isSeleniumMaximize()
- Specified by:
isSeleniumMaximize in interface AjocadoConfiguration
isSeleniumDebug
public boolean isSeleniumDebug()
- Specified by:
isSeleniumDebug in interface AjocadoConfiguration
getSeleniumSpeed
public int getSeleniumSpeed()
- Specified by:
getSeleniumSpeed in interface AjocadoConfiguration
isSeleniumNetworkTrafficEnabled
public boolean isSeleniumNetworkTrafficEnabled()
- Specified by:
isSeleniumNetworkTrafficEnabled in interface AjocadoConfiguration
getTimeout
public long getTimeout(AjocadoConfiguration.TimeoutType type)
- Specified by:
getTimeout in interface AjocadoConfiguration
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.