eu.larkc.core.endpoint
Class PushEndpointTest

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

public class PushEndpointTest
extends MgmtTest

This class tests the PushEndpoint.

Author:
norlan, Christoph Fuchs

Constructor Summary
PushEndpointTest()
           
 
Method Summary
 void sendQueryToPushEndpoint()
          Tries to send a query to the PushEndpoint running on http://localhost:8183/pushendpoint.
 
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

PushEndpointTest

public PushEndpointTest()
Method Detail

sendQueryToPushEndpoint

public void sendQueryToPushEndpoint()
                             throws java.lang.Exception
Tries to send a query to the PushEndpoint running on http://localhost:8183/pushendpoint.

Throws:
java.lang.Exception