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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.edu.uci.ics.jung.graph.decorators.TestLabeller
All Implemented Interfaces:
junit.framework.Test

public class TestLabeller
extends junit.framework.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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestLabeller

public TestLabeller()
Method Detail

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

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