ch.hsr.bieridee.test.helpers
Class Helpers

java.lang.Object
  extended by ch.hsr.bieridee.test.helpers.Helpers

public final class Helpers
extends java.lang.Object

Collection of helper classes used in tests.


Method Summary
static java.lang.String buildResourceUri(java.lang.String uriPath)
          Builds the internal resource URI.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildResourceUri

public static java.lang.String buildResourceUri(java.lang.String uriPath)
Builds the internal resource URI. Used for testing HTTP requests.

Parameters:
uriPath - The URI Path with a leading /.
Returns:
Full URI String.