public class GraphTestSuite extends TestSuite
| Constructor and Description |
|---|
GraphTestSuite() |
GraphTestSuite(GraphTest graphTest) |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddingVerticesAndEdges() |
void |
testAutotypingOfProperties() |
void |
testConcurrentModification() |
void |
testConnectivityPatterns() |
void |
testDataTypeValidationOnProperties() |
void |
testEmptyOnConstruction() |
void |
testFeatureCompliance() |
void |
testGettingVerticesAndEdgesWithKeyValue() |
void |
testGraphDataPersists() |
void |
testRemoveNonExistentVertexCausesException() |
void |
testRemovingEdges() |
void |
testRemovingVertices() |
void |
testSemanticallyCorrectIterables() |
void |
testSettingProperties() |
void |
testSimpleRemovingVerticesEdges() |
void |
testStringRepresentation() |
void |
testStringRepresentationOfVertexId() |
void |
testTreeConnectivity() |
void |
testVertexEdgeLabels() |
void |
testVertexEdgeLabels2() |
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 GraphTestSuite()
public GraphTestSuite(GraphTest graphTest)
public void testFeatureCompliance()
public void testEmptyOnConstruction()
public void testStringRepresentation()
public void testStringRepresentationOfVertexId()
public void testSemanticallyCorrectIterables()
public void testGettingVerticesAndEdgesWithKeyValue()
public void testAddingVerticesAndEdges()
public void testSettingProperties()
public void testDataTypeValidationOnProperties()
public void testSimpleRemovingVerticesEdges()
public void testRemoveNonExistentVertexCausesException()
throws Exception
Exceptionpublic void testRemovingEdges()
public void testRemovingVertices()
public void testConnectivityPatterns()
public void testVertexEdgeLabels()
public void testVertexEdgeLabels2()
public void testTreeConnectivity()
public void testConcurrentModification()
public void testGraphDataPersists()
public void testAutotypingOfProperties()
Copyright © 2010-2014. All Rights Reserved.