Uses of Class
eu.larkc.core.LarkcTest

Packages that use LarkcTest
eu.larkc.core   
eu.larkc.core.endpoint   
eu.larkc.core.eventing   
eu.larkc.core.executor   
eu.larkc.core.management   
eu.larkc.core.parallelization   
 

Uses of LarkcTest in eu.larkc.core
 

Subclasses of LarkcTest in eu.larkc.core
 class InitializationTest
          Tests if LarKC is initialized properly.
 class PluginRegistryTest
          Tests if plug-ins can be retrieved from the plug-in registry.
 class QueryTest
          Test if simple queries send to LarKC get processed correctly.
 class ShutdownTest
          Test the regular and error-caused shutdown of the LarKC platform.
 

Uses of LarkcTest in eu.larkc.core.endpoint
 

Subclasses of LarkcTest in eu.larkc.core.endpoint
 class PushEndpointTest
          This class tests the PushEndpoint.
 class SparqlEndpointTest
          This class tests the SPARQL endpoint.
 class TestEndpointTest
          This class tests the TestEndpoint.
 

Uses of LarkcTest in eu.larkc.core.eventing
 

Subclasses of LarkcTest in eu.larkc.core.eventing
 class PubSubTest
          This class tests the eventing with ActiveMQ.
 

Uses of LarkcTest in eu.larkc.core.executor
 

Subclasses of LarkcTest in eu.larkc.core.executor
 class ExecutorTest
          Test the functionality of the executor.
 

Uses of LarkcTest in eu.larkc.core.management
 

Subclasses of LarkcTest in eu.larkc.core.management
 class EndpointResourceTest
          This class tests the functionality of the endpoint resource.
 class ManagementInterfaceTest
          Test availability and functions of the management interface.
 class MgmtTest
          Base class for all management interface tests.
 class RDFHandlerResourceTest
          Tests the retrieval of remote workflow descriptions via the management interface.
 class WorkflowResourceTest
          Tests deleting a workflow via the management interface.
 

Uses of LarkcTest in eu.larkc.core.parallelization
 

Subclasses of LarkcTest in eu.larkc.core.parallelization
 class MultiThreadingTest
          Class to test the multi-threading functionalities.