helix.graph.model.impl.memory
Class TestComponents

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

public class TestComponents
extends Object


Constructor Summary
TestComponents()
           
 
Method Summary
 void initGraph()
          Sets up the test fixture.
 void tearDown()
          Tears down the test fixture.
 void testComponents()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestComponents

public TestComponents()
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.)


testComponents

public void testComponents()