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

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

public class TestGlobalStringLabeller
extends TestCase

Author:
danyelf

Constructor Summary
TestGlobalStringLabeller()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testChangeInGlobalLabeller()
           
 void testGlobalLabeller()
           
 void testGlobalLabellerChange()
           
 void testLabelRelabel()
          JMadden pointed out that this is a problem: if you forget to clear out the table between runs, it'll fail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestGlobalStringLabeller

public TestGlobalStringLabeller()
Method Detail

setUp

protected void setUp()

tearDown

protected void tearDown()

testGlobalLabeller

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

testLabelRelabel

public void testLabelRelabel()
                      throws StringLabeller.UniqueLabelException
JMadden pointed out that this is a problem: if you forget to clear out the table between runs, it'll fail.

Throws:
StringLabeller.UniqueLabelException

testChangeInGlobalLabeller

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

testGlobalLabellerChange

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