test.edu.uci.ics.jung.algorithms.flows
Class TestEdmondsKarpMaxFlow

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.algorithms.flows.TestEdmondsKarpMaxFlow

public class TestEdmondsKarpMaxFlow
extends TestCase

Author:
Scott White, Joshua O'Madadhain

Constructor Summary
TestEdmondsKarpMaxFlow()
           
 
Method Summary
protected  void setUp()
           
static Test suite()
           
 void testAnotherSimpleFlow()
           
 void testSanityChecks()
           
 void testSimpleFlow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEdmondsKarpMaxFlow

public TestEdmondsKarpMaxFlow()
Method Detail

suite

public static Test suite()

setUp

protected void setUp()

testSanityChecks

public void testSanityChecks()

testSimpleFlow

public void testSimpleFlow()

testAnotherSimpleFlow

public void testAnotherSimpleFlow()