eu.larkc.core.endpoint
Class SparqlEndpointTest

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

public class SparqlEndpointTest
extends MgmtTest

This class tests the SPARQL endpoint.

Author:
norlan, Christoph Fuchs

Constructor Summary
SparqlEndpointTest()
           
 
Method Summary
 void testSparqlQueryHandler()
          This test only checks if the basic functionality of the SPARQL query handler does not yield any wierd results (i.e.
 
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

SparqlEndpointTest

public SparqlEndpointTest()
Method Detail

testSparqlQueryHandler

public void testSparqlQueryHandler()
                            throws java.lang.Exception
This test only checks if the basic functionality of the SPARQL query handler does not yield any wierd results (i.e. result is null or unexpected exceptions are thrown)

Throws:
java.lang.Exception