public class VertexTestSuite extends TestSuite
| Constructor and Description |
|---|
VertexTestSuite() |
VertexTestSuite(GraphTest graphTest) |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddingIdProperty() |
void |
testAddManyVertexProperties() |
void |
testAddVertexProperties() |
void |
testBasicAddVertex() |
void |
testConcurrentModificationOnProperties() |
void |
testEmptyKeyProperty() |
void |
testGetNonExistantVertices() |
void |
testGettingEdgesAndVertices() |
void |
testGetVertexWithNull() |
void |
testLegalVertexEdgeIterables() |
void |
testNoConcurrentModificationException() |
void |
testRemoveVertex() |
void |
testRemoveVertexNullId() |
void |
testRemoveVertexProperties() |
void |
testRemoveVertexWithEdges() |
void |
testSettingBadVertexProperties() |
void |
testVertexCentricLinking() |
void |
testVertexCentricRemoving() |
void |
testVertexEquality() |
void |
testVertexEqualityForSuppliedIdsAndHashCode() |
void |
testVertexIterator() |
containsVertices, edgeCount, vertexCountasList, computeTestDataRoot, count, count, count, deleteDirectory, equalIterators, getOnlyElement, getOnlyElement, printPerformance, printTestPerformance, stopWatchassertEquals, 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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toStringpublic VertexTestSuite()
public VertexTestSuite(GraphTest graphTest)
public void testVertexEquality()
public void testVertexEqualityForSuppliedIdsAndHashCode()
public void testBasicAddVertex()
public void testGetVertexWithNull()
public void testRemoveVertex()
public void testRemoveVertexWithEdges()
public void testGetNonExistantVertices()
public void testRemoveVertexNullId()
public void testVertexIterator()
public void testLegalVertexEdgeIterables()
public void testAddVertexProperties()
public void testAddManyVertexProperties()
public void testRemoveVertexProperties()
public void testAddingIdProperty()
public void testNoConcurrentModificationException()
public void testGettingEdgesAndVertices()
public void testEmptyKeyProperty()
public void testVertexCentricLinking()
public void testVertexCentricRemoving()
public void testConcurrentModificationOnProperties()
public void testSettingBadVertexProperties()
Copyright © 2010-2014. All Rights Reserved.