test.edu.uci.ics.jung.graph.decorators
Class TestLabeller

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.graph.decorators.TestLabeller

public class TestLabeller
extends TestCase

Author:
danyelf To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
TestLabeller()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testClear()
           
 void testLabeller()
           
 void testLabellerFail()
           
 void testLabellerFail2()
           
 void testStringLabeller()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLabeller

public TestLabeller()
Method Detail

setUp

protected void setUp()

tearDown

protected void tearDown()

testStringLabeller

public void testStringLabeller()
                        throws Exception
Throws:
Exception

testClear

public void testClear()
               throws StringLabeller.UniqueLabelException
Throws:
StringLabeller.UniqueLabelException

testLabeller

public void testLabeller()
                  throws StringLabeller.UniqueLabelException
Throws:
StringLabeller.UniqueLabelException

testLabellerFail

public void testLabellerFail()
                      throws StringLabeller.UniqueLabelException
Throws:
StringLabeller.UniqueLabelException

testLabellerFail2

public void testLabellerFail2()
                       throws StringLabeller.UniqueLabelException
Throws:
StringLabeller.UniqueLabelException