org.openprovenance.elmo
Class ElmoTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.openprovenance.elmo.ElmoTest
All Implemented Interfaces:
junit.framework.Test

public class ElmoTest
extends junit.framework.TestCase

Unit test for Elmo.


Constructor Summary
ElmoTest(String testName)
          Create the test case
 
Method Summary
 void setPrefixes(org.openrdf.rio.RDFHandler serialiser)
           
 void testDumpToN3()
           
 void testDumpToNTRIPLES()
           
 void testDumptoRDFXML()
           
 void testElmo1()
           
 void testElmo1CompareGraphCopies()
           
 void testElmo1CompareGraphs()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElmoTest

public ElmoTest(String testName)
Create the test case

Parameters:
testName - name of the test case
Method Detail

testElmo1

public void testElmo1()
               throws Exception
Throws:
Exception

setPrefixes

public void setPrefixes(org.openrdf.rio.RDFHandler serialiser)
                 throws org.openrdf.rio.RDFHandlerException
Throws:
org.openrdf.rio.RDFHandlerException

testDumptoRDFXML

public void testDumptoRDFXML()
                      throws Exception
Throws:
Exception

testDumpToN3

public void testDumpToN3()
                  throws Exception
Throws:
Exception

testDumpToNTRIPLES

public void testDumpToNTRIPLES()
                        throws Exception
Throws:
Exception

testElmo1CompareGraphs

public void testElmo1CompareGraphs()
                            throws Exception
Throws:
Exception

testElmo1CompareGraphCopies

public void testElmo1CompareGraphCopies()
                                 throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.