ch.hsr.bieridee.test
Class ServerTest

java.lang.Object
  extended by ch.hsr.bieridee.test.ServerTest
Direct Known Subclasses:
ResourceTest

public abstract class ServerTest
extends java.lang.Object

Base class for all tests needing access to the REST api.


Constructor Summary
ServerTest()
           
 
Method Summary
static void shutdownDB()
          shuts down the REST api server.
static void startResletAPI()
          starts the REST api server.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerTest

public ServerTest()
Method Detail

shutdownDB

public static void shutdownDB()
shuts down the REST api server.


startResletAPI

public static void startResletAPI()
starts the REST api server.