eu.larkc.core.endpoint
Class TestEndpointTest

java.lang.Object
  extended by eu.larkc.core.LarkcTest
      extended by eu.larkc.core.management.MgmtTest
          extended by eu.larkc.core.endpoint.TestEndpointTest

public class TestEndpointTest
extends MgmtTest

This class tests the TestEndpoint.

Author:
norlan, Christoph Fuchs

Constructor Summary
TestEndpointTest()
           
 
Method Summary
 void getResultsFromTestEndpoint()
          Tries to get results from the TestEndpoint running on http://localhost:8183/testendpoint.
 void getUrlOfTestEndpoint()
          Tries to get the URL of the TestEndpoint.
 
Methods inherited from class eu.larkc.core.management.MgmtTest
startLarkc, stopLarkc
 
Methods inherited from class eu.larkc.core.LarkcTest
deleteOrdiTreeDirectory, startLarKC
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEndpointTest

public TestEndpointTest()
Method Detail

getUrlOfTestEndpoint

public void getUrlOfTestEndpoint()
                          throws java.lang.Exception
Tries to get the URL of the TestEndpoint.

Throws:
java.lang.Exception

getResultsFromTestEndpoint

public void getResultsFromTestEndpoint()
                                throws java.lang.Exception
Tries to get results from the TestEndpoint running on http://localhost:8183/testendpoint.

Throws:
java.lang.Exception