helix.graph.model.impl.memory
Class TestMemGraph
java.lang.Object
helix.graph.model.impl.memory.TestMemGraph
public class TestMemGraph
- extends Object
TestMemGraph
public TestMemGraph()
initGraph
public void initGraph()
- Sets up the test fixture.
(Called before *every* test case method.)
tearDown
public void tearDown()
- Tears down the test fixture.
(Called after *every* test case method.)
testGraph
public void testGraph()
testAddEdge
public void testAddEdge()
testDuplicateEdgeException
public void testDuplicateEdgeException()
testSameVertexException
public void testSameVertexException()
testNoSuchVertexException
public void testNoSuchVertexException()
testRemoveEdge
public void testRemoveEdge()
testRemoveVertex
public void testRemoveVertex()
testNoSuchVertex
public void testNoSuchVertex()
testDisconnectVertex
public void testDisconnectVertex()
testVertexIterator
public void testVertexIterator()
testVertexDegree
public void testVertexDegree()
testVertexEdgeTo
public void testVertexEdgeTo()
testVertexEdges
public void testVertexEdges()
testVertexNeighbors
public void testVertexNeighbors()
testEdgeHasVertex
public void testEdgeHasVertex()
testEdgeGetVertexTo
public void testEdgeGetVertexTo()
testEdgeToArray
public void testEdgeToArray()
testEdgeEquals
public void testEdgeEquals()
testRegistrySimple
public void testRegistrySimple()
testRegistryColor
public void testRegistryColor()
testFind
public void testFind()
testMemUsage
public void testMemUsage()
throws IOException
- Throws:
IOException