helix.graph.model.impl.memory
Class TestMemGraph

java.lang.Object
  extended by helix.graph.model.impl.memory.TestMemGraph

public class TestMemGraph
extends Object


Constructor Summary
TestMemGraph()
           
 
Method Summary
 void initGraph()
          Sets up the test fixture.
 void tearDown()
          Tears down the test fixture.
 void testAddEdge()
           
 void testDisconnectVertex()
           
 void testDuplicateEdgeException()
           
 void testEdgeEquals()
           
 void testEdgeGetVertexTo()
           
 void testEdgeHasVertex()
           
 void testEdgeToArray()
           
 void testFind()
           
 void testGraph()
           
 void testMemUsage()
           
 void testNoSuchVertex()
           
 void testNoSuchVertexException()
           
 void testRegistryColor()
           
 void testRegistrySimple()
           
 void testRemoveEdge()
           
 void testRemoveVertex()
           
 void testSameVertexException()
           
 void testVertexDegree()
           
 void testVertexEdges()
           
 void testVertexEdgeTo()
           
 void testVertexIterator()
           
 void testVertexNeighbors()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMemGraph

public TestMemGraph()
Method Detail

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