com.intel.hadoop.graphbuilder.test.graph
Class GLGraphTest

java.lang.Object
  extended by com.intel.hadoop.graphbuilder.test.graph.GLGraphTest

public class GLGraphTest
extends java.lang.Object

Unit test for GLGraph.

Author:
Haijie Gu

Constructor Summary
GLGraphTest()
           
 
Method Summary
 void buildGraphExample()
           
 void testEmptyGraph()
           
 void testGoogleGraph()
           
 void testSmallGraph()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLGraphTest

public GLGraphTest()
Method Detail

testEmptyGraph

public void testEmptyGraph()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testSmallGraph

public void testSmallGraph()
                    throws java.lang.Exception
Throws:
java.lang.Exception

buildGraphExample

public void buildGraphExample()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testGoogleGraph

public void testGoogleGraph()
                     throws java.lang.Exception
Throws:
java.lang.Exception