org.ourgrid.test.functionalunits
Class FunctionalTestsURLProvider

java.lang.Object
  extended by org.ourgrid.test.functionalunits.FunctionalTestsURLProvider

public class FunctionalTestsURLProvider
extends java.lang.Object

Provides common urls for the functional testes.

Author:
Flavio Vinicius Diniz de Figueiredo - flaviov@lsd.ufcg.edu.br

Field Summary
static java.lang.String REMOTE_TEST_SERVICES
           
 
Constructor Summary
FunctionalTestsURLProvider()
           
 
Method Summary
static java.lang.String getRemoteTestServicesURL(java.lang.String hostname, int port)
          Gets the url where a RemoteTestServices is bound, according to a hostname and port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMOTE_TEST_SERVICES

public static final java.lang.String REMOTE_TEST_SERVICES
See Also:
Constant Field Values
Constructor Detail

FunctionalTestsURLProvider

public FunctionalTestsURLProvider()
Method Detail

getRemoteTestServicesURL

public static java.lang.String getRemoteTestServicesURL(java.lang.String hostname,
                                                        int port)
Gets the url where a RemoteTestServices is bound, according to a hostname and port.

Parameters:
hostname - Hostname
port - Port
Returns:
Url