test.edu.uci.ics.jung.algorithms.transformations
Class KPartiteTaggerTest

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.algorithms.transformations.KPartiteTaggerTest

public class KPartiteTaggerTest
extends TestCase

Author:
Joshua O'Madadhain

Constructor Summary
KPartiteTaggerTest()
           
 
Method Summary
protected  void setUp()
           
 void testBadEdges()
           
 void testBadVertex()
           
 void testGoodGraph()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KPartiteTaggerTest

public KPartiteTaggerTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testGoodGraph

public void testGoodGraph()

testBadVertex

public void testBadVertex()

testBadEdges

public void testBadEdges()