public abstract class GraphTest extends Object
| Constructor and Description |
|---|
GraphTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Graph |
getEmptyGraph()
Subclasses implement this method to provide implementation instances of
Graph.
|
void |
testAddCountAndGetTriples() |
void |
testAddSameTripleTwice() |
void |
testAddSingleTriple() |
void |
testContainsIfContained() |
void |
testContainsIfEmpty() |
void |
testContainsIfNotContained() |
void |
testFilterByObject() |
void |
testFilterEmptyGraph() |
void |
testFilterSingleEntry() |
void |
testGetSameBlankNode() |
void |
testGetSize() |
void |
testRemoveAllTriples() |
void |
testRemoveSameTripleTwice() |
void |
testRemoveSingleTriple() |
void |
testRemoveViaIterator() |
void |
testUseLanguageLiterals() |
void |
testUseTypedLiterals() |
protected abstract Graph getEmptyGraph()
@Test public void testAddCountAndGetTriples()
@Test public void testRemoveAllTriples()
@Test public void testUseTypedLiterals()
@Test public void testUseLanguageLiterals()
@Test public void testRemoveViaIterator()
@Test
public void testAddSameTripleTwice()
throws Exception
Exception@Test
public void testRemoveSingleTriple()
throws Exception
Exception@Test
public void testRemoveSameTripleTwice()
throws Exception
Exception@Test
public void testContainsIfContained()
throws Exception
Exception@Test
public void testContainsIfNotContained()
throws Exception
ExceptionCopyright © 2015–2022 The Apache Software Foundation. All rights reserved.