Ajocado Implementation 1.0.0.Alpha2

org.jboss.arquillian.ajocado.framework
Class SystemPropertiesConfiguration

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.arquillian.ajocado.framework.AjocadoConfiguration
AjocadoConfiguration.TimeoutType
 
Constructor Summary
SystemPropertiesConfiguration()
           
 
Method Summary
 Browser getBrowser()
           
 File getBuildDirectory()
           
 URL getContextPath()
           
 URL getContextRoot()
           
 File getResourcesDirectory()
           
 String getSeleniumHost()
           
 int getSeleniumPort()
           
 int getSeleniumSpeed()
           
 long getTimeout(AjocadoConfiguration.TimeoutType type)
           
 boolean isSeleniumDebug()
           
 boolean isSeleniumMaximize()
           
 boolean isSeleniumNetworkTrafficEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertiesConfiguration

public SystemPropertiesConfiguration()
Method Detail

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

Ajocado Implementation 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.