test.edu.uci.ics.jung.graph.impl
Class VertexTypeTest

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.graph.impl.VertexTypeTest

public class VertexTypeTest
extends TestCase

Author:
Joshua O'Madadhain

Constructor Summary
VertexTypeTest()
           
 
Method Summary
 void setUp()
           
 void testDirectedSparseVertexExp()
           
 void testSimpleDirectedSparseVertex()
           
 void testSimpleSparseVertex()
           
 void testSimpleUndirectedSparseVertex()
           
 void testSparseVertex()
           
 void testUndirectedSparseVertexExp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexTypeTest

public VertexTypeTest()
Method Detail

setUp

public void setUp()

testSparseVertex

public void testSparseVertex()

testSimpleSparseVertex

public void testSimpleSparseVertex()

testDirectedSparseVertexExp

public void testDirectedSparseVertexExp()

testSimpleDirectedSparseVertex

public void testSimpleDirectedSparseVertex()

testUndirectedSparseVertexExp

public void testUndirectedSparseVertexExp()

testSimpleUndirectedSparseVertex

public void testSimpleUndirectedSparseVertex()