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

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

public class KPartiteTest
extends TestCase

Author:
Joshua O'Madadhain

Constructor Summary
KPartiteTest()
           
 
Method Summary
 void setUp()
           
 void testAddEdge()
           
 void testAddVertex()
           
 void testCopy()
           
 void testFoldDirectedParallel()
           
 void testFoldUndirectedNoParallel()
           
 void testNonMutex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KPartiteTest

public KPartiteTest()
Method Detail

setUp

public void setUp()

testCopy

public void testCopy()

testNonMutex

public void testNonMutex()

testAddVertex

public void testAddVertex()

testAddEdge

public void testAddEdge()

testFoldUndirectedNoParallel

public void testFoldUndirectedNoParallel()

testFoldDirectedParallel

public void testFoldDirectedParallel()