org.jboss.portal.test.framework.impl.generic.config
Class HTTPTestRunnerConfig

java.lang.Object
  extended by org.jboss.portal.test.framework.impl.generic.config.HTTPTestRunnerConfig

public class HTTPTestRunnerConfig
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
HTTPTestRunnerConfig()
           
 
Method Summary
 java.lang.String getServerName()
          Returns the server name from the test parametrization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPTestRunnerConfig

public HTTPTestRunnerConfig()
Method Detail

getServerName

public java.lang.String getServerName()
Returns the server name from the test parametrization. If no value is found then it returns the litteral string RemoteTomcat-6.0.

Returns:
the server name