Graphene Implementation 1.0.0.CR3

org.jboss.arquillian.ajocado.framework
Class SystemPropertiesConfiguration

java.lang.Object
  extended by org.jboss.arquillian.ajocado.framework.SystemPropertiesConfiguration
All Implemented Interfaces:
Serializable, Cloneable, AjocadoConfiguration, GrapheneConfiguration

public class SystemPropertiesConfiguration
extends Object
implements GrapheneConfiguration, AjocadoConfiguration

Exposing of test system properties.

Version:
$Revision$
Author:
Lukas Fryc
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.arquillian.ajocado.framework.GrapheneConfiguration
GrapheneConfiguration.TimeoutType
 
Constructor Summary
SystemPropertiesConfiguration()
           
 
Method Summary
 Browser getBrowser()
           
 String getSeleniumHost()
           
 int getSeleniumPort()
           
 int getSeleniumSpeed()
           
 String getStartParameters()
           
 long getTimeout(GrapheneConfiguration.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

getBrowser

public Browser getBrowser()
Specified by:
getBrowser in interface GrapheneConfiguration

getSeleniumHost

public String getSeleniumHost()
Specified by:
getSeleniumHost in interface GrapheneConfiguration

getSeleniumPort

public int getSeleniumPort()
Specified by:
getSeleniumPort in interface GrapheneConfiguration

isSeleniumMaximize

public boolean isSeleniumMaximize()
Specified by:
isSeleniumMaximize in interface GrapheneConfiguration

isSeleniumDebug

public boolean isSeleniumDebug()
Specified by:
isSeleniumDebug in interface GrapheneConfiguration

getSeleniumSpeed

public int getSeleniumSpeed()
Specified by:
getSeleniumSpeed in interface GrapheneConfiguration

isSeleniumNetworkTrafficEnabled

public boolean isSeleniumNetworkTrafficEnabled()
Specified by:
isSeleniumNetworkTrafficEnabled in interface GrapheneConfiguration

getTimeout

public long getTimeout(GrapheneConfiguration.TimeoutType type)
Specified by:
getTimeout in interface GrapheneConfiguration

getStartParameters

public String getStartParameters()
Specified by:
getStartParameters in interface GrapheneConfiguration

Graphene Implementation 1.0.0.CR3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.