eu.larkc.core.management
Class RDFHandlerResourceTest

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

public class RDFHandlerResourceTest
extends MgmtTest

Tests the retrieval of remote workflow descriptions via the management interface.

Author:
Christoph Fuchs, norlan

Constructor Summary
RDFHandlerResourceTest()
           
 
Method Summary
 void exampleWorkflowTest()
          Tries to download and parse a RDF workflow description from REMOTE_WORKFLOW_DESCRIPTION.
 void exampleWorkflowWithEndpointTest()
          Tries to download and parse a RDF workflow description from LOCAL_WORKFLOW_DESCRIPTION_WITH_ENDPOINT.
 
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

RDFHandlerResourceTest

public RDFHandlerResourceTest()
Method Detail

exampleWorkflowTest

public void exampleWorkflowTest()
                         throws java.lang.Exception
Tries to download and parse a RDF workflow description from REMOTE_WORKFLOW_DESCRIPTION. The workflow which is described in this document is initialized after parsing.

Throws:
java.lang.Exception

exampleWorkflowWithEndpointTest

public void exampleWorkflowWithEndpointTest()
                                     throws java.lang.Exception
Tries to download and parse a RDF workflow description from LOCAL_WORKFLOW_DESCRIPTION_WITH_ENDPOINT. The workflow which is described in this document is initialized after parsing.

Throws:
java.lang.Exception