helix.graph.model.impl.memory
Class TestCloner
java.lang.Object
helix.graph.model.impl.memory.TestCloner
public class TestCloner
- extends Object
TestCloner
public TestCloner()
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()