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.compose.test.TestDisjointUnion
- All Implemented Interfaces:
- junit.framework.Test
- public class TestDisjointUnion
- extends com.hp.hpl.jena.graph.test.GraphTestBase
TestDisjointUnion - test that DisjointUnion works, as well as we can.
| 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.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 |
TestDisjointUnion
public TestDisjointUnion(java.lang.String name)
suite
public static junit.framework.TestSuite suite()
testEmptyUnion
public void testEmptyUnion()
testLeftUnion
public void testLeftUnion()
testRightUnion
public void testRightUnion()
testSingleComponent
protected void testSingleComponent(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.compose.DisjointUnion du)
testBothComponents
public void testBothComponents()
testRemoveBoth
public void testRemoveBoth()
testAddLeftOnlyIfNecessary
public void testAddLeftOnlyIfNecessary()