|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.data.workflow.SerializationTest
public class SerializationTest
Tests the serialization helper for various workflows and formats. Note that those tests don't have any assertions. As long as they don't throw any exceptions it's fine.
Constructor Summary | |
---|---|
SerializationTest()
|
Method Summary | |
---|---|
void |
testSerializationOfMinimalWorkflow()
Serializes the minimal workflow. |
void |
testSerializationOfSplitAndMerge()
Tests the serialization of a workflow with splits |
void |
testSerializationOfSpyrosExamples()
Prints out two sample workflows. |
void |
testSerializationOfWorkflowWithParameters()
Prints out a workflow where the used plugins have multiple parameters |
void |
testSerializationOfWorkflowWithPipe()
Serializes an example workflow which has three plug-ins, a source and sink, which forms a pipe. |
void |
testSerializationToN3()
Tests the serialization of a simple workflow to N3 |
void |
testSerializationToNTriples()
Tests the serialization of a simple workflow to NTRIPLES format |
void |
testSerializationToRdfXml()
Tests the serialization of a simple workflow to RDF/XML |
void |
testSerializationToTrig()
Tests the serialization of a simple workflow to Trig format |
void |
testSerializationToTrix()
Tests the serialization of a simple workflow to Trix format |
void |
testSerializationToTurtle()
Tests the serialization of a simple workflow to turtle format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializationTest()
Method Detail |
---|
public void testSerializationOfWorkflowWithParameters()
public void testSerializationOfSpyrosExamples()
public void testSerializationToRdfXml()
public void testSerializationToN3()
public void testSerializationToNTriples()
public void testSerializationToTurtle()
public void testSerializationToTrig()
public void testSerializationToTrix()
public void testSerializationOfSplitAndMerge()
public void testSerializationOfWorkflowWithPipe()
public void testSerializationOfMinimalWorkflow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |