java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.hp.hpl.jena.test.JenaTestBase
com.hp.hpl.jena.graph.test.GraphTestBase
com.hp.hpl.jena.graph.test.AbstractTestGraph
com.hp.hpl.jena.ontology.impl.test.TestOntGraph
- All Implemented Interfaces:
- junit.framework.Test
- public class TestOntGraph
- extends com.hp.hpl.jena.graph.test.AbstractTestGraph
Ensure that an OntGraph passes the graph tests. Clunky because it has to go
via OntModel - there doesn't appear to be an OntGraph class.
| Fields inherited from class com.hp.hpl.jena.graph.test.GraphTestBase |
|
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class com.hp.hpl.jena.graph.test.AbstractTestGraph |
aABC, add, asIterator, canBeEmpty, copy, getAndRegister, getClosed, getGraphWith, remove, testAddTriple, testAGraph, testBulkAddArrayEvent, testBulkAddGraph, testBulkAddIterator, testBulkAddList, testBulkAddWithReification, testBulkAddWithReification, testBulkAddWithReificationPreamble, testBulkDeleteArray, testBulkDeleteGraph, testBulkDeleteIterator, testBulkDeleteList, testBulkRemoveWithReification, testBulkUpdate, testBulkUpdateRemoveWithReification, testContainsConcrete, testContainsFluid, testContainsNode, testDeleteTriple, testEventDeleteByFind, testEventRegister, testEventUnregister, testFind, testFind2, testFindAndContains, testFindByFluidTriple, testGeneralEvent, testHasCapabilities, testHasTransactions, testIsEmpty, testListObjectsNoRemove, testListPredicatesNoRemove, testListSubjectsNoRemove, testObjectsFor, testPredicatesFor, testRegisterTwice, testRemove, testRemove, testRemoveAll, testRemoveAll, testRemoveAllEvent, testRemoveSomeEvent, testRemoveSPO, testSameObjects, testSamePredicates, testSameSubjects, testSubjectsFor, testTwoListeners, testUnregisterOnce, testUnregisterWorks, xSPO, xSPOyXYZ |
| Methods inherited from class com.hp.hpl.jena.graph.test.GraphTestBase |
appendNode, arrayToSet, assertContains, assertContainsAll, assertEqualsTemplate, assertIsomorphic, assertIsomorphic, assertOmits, assertOmitsAll, contains, getGraph, getReificationTriples, graphAdd, graphWith, iteratorToList, iteratorToSet, modelFor, newGraph, nice, nice, niceTriple, node, nodes, nodeSet, show, testContains, testContains, testContains, testContains, testOmits, testOmits, testOmits, testOmits, triple, triple, tripleArray, tripleSet |
| 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 |
TestOntGraph
public TestOntGraph(java.lang.String name)
suite
public static junit.framework.TestSuite suite()
getGraph
public com.hp.hpl.jena.graph.Graph getGraph()
- Description copied from class:
com.hp.hpl.jena.graph.test.AbstractTestGraph
- Returns a Graph to take part in the test. Must be overridden in
a subclass.