helix.graph.model.impl.memory
Class TestCloner

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

public class TestCloner
extends Object


Constructor Summary
TestCloner()
           
 
Method Summary
 void initGraph()
          Sets up the test fixture.
 void tearDown()
          Tears down the test fixture.
 void testClone()
           
 void testDuplicateVertex()
           
 void testDuplicateVertices()
           
 void testSubGraph()
           
 void testUnion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCloner

public TestCloner()
Method Detail

initGraph

public void initGraph()
Sets up the test fixture. (Called before *every* test case method.) this graph is : v1 / | \ v2--v3 v4 | v5


tearDown

public void tearDown()
Tears down the test fixture. (Called after *every* test case method.)


testDuplicateVertex

public void testDuplicateVertex()

testDuplicateVertices

public void testDuplicateVertices()

testClone

public void testClone()

testSubGraph

public void testSubGraph()

testUnion

public void testUnion()