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.graph.compose.test.TestMultiUnion
- All Implemented Interfaces:
- junit.framework.Test
- public class TestMultiUnion
- extends com.hp.hpl.jena.graph.test.AbstractTestGraph
Unit tests for multi-union graph.
- Version:
- CVS $Id: TestMultiUnion.java,v 1.8 2005/02/21 11:52:07 andy_seaborne Exp $
| 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 |
TestMultiUnion
public TestMultiUnion(java.lang.String s)
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.
testEmptyGraph
public void testEmptyGraph()
testGraphSize1
public void testGraphSize1()
testGraphSize2
public void testGraphSize2()
testGraphAddSize
public void testGraphAddSize()
testAdd
public void testAdd()
testDelete
public void testDelete()
testContains
public void testContains()
testModel
public void testModel()
checkDeleteSizes
protected void checkDeleteSizes(int s0,
int s1,
int m0,
com.hp.hpl.jena.graph.Graph g0,
com.hp.hpl.jena.graph.Graph g1,
com.hp.hpl.jena.graph.Graph m)
iterateOver
protected java.util.Iterator iterateOver(java.lang.Object x0)
iterateOver
protected java.util.Iterator iterateOver(java.lang.Object x0,
java.lang.Object x1)
iterateOver
protected java.util.Iterator iterateOver(java.lang.Object x0,
java.lang.Object x1,
java.lang.Object x2)