org.jhotdraw.test.util
Class GraphLayoutTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jhotdraw.test.util.GraphLayoutTest
All Implemented Interfaces:
junit.framework.Test

public class GraphLayoutTest
extends junit.framework.TestCase

TestCase GraphLayoutTest is generated by JUnitDoclet to hold the tests for GraphLayout.

See Also:
GraphLayout

Constructor Summary
GraphLayoutTest(java.lang.String name)
          Constructor GraphLayoutTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
 
Method Summary
 GraphLayout createInstance()
          Factory method for instances of the class to be tested.
 void testAddEdge()
          Method testAddEdge is testing addEdge
 void testAddNode()
          Method testAddNode is testing addNode
 void testFigureChanged()
          Method testFigureChanged is testing figureChanged
 void testRelax()
          Method testRelax is testing relax
 void testRemove()
          Method testRemove is testing remove
 void testVault()
          JUnitDoclet moves marker to this method, if there is not match for them in the regenerated code and if the marker is not empty.
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphLayoutTest

public GraphLayoutTest(java.lang.String name)
Constructor GraphLayoutTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.

Method Detail

createInstance

public GraphLayout createInstance()
                           throws java.lang.Exception
Factory method for instances of the class to be tested.

Throws:
java.lang.Exception

testAddNode

public void testAddNode()
                 throws java.lang.Exception
Method testAddNode is testing addNode

Throws:
java.lang.Exception
See Also:
GraphLayout.addNode(org.jhotdraw.framework.Figure)

testAddEdge

public void testAddEdge()
                 throws java.lang.Exception
Method testAddEdge is testing addEdge

Throws:
java.lang.Exception
See Also:
GraphLayout.addEdge(org.jhotdraw.framework.ConnectionFigure, int)

testRelax

public void testRelax()
               throws java.lang.Exception
Method testRelax is testing relax

Throws:
java.lang.Exception
See Also:
GraphLayout.relax()

testFigureChanged

public void testFigureChanged()
                       throws java.lang.Exception
Method testFigureChanged is testing figureChanged

Throws:
java.lang.Exception
See Also:
GraphLayout.figureChanged(org.jhotdraw.framework.FigureChangeEvent)

testRemove

public void testRemove()
                throws java.lang.Exception
Method testRemove is testing remove

Throws:
java.lang.Exception
See Also:
GraphLayout.remove()

testVault

public void testVault()
               throws java.lang.Exception
JUnitDoclet moves marker to this method, if there is not match for them in the regenerated code and if the marker is not empty. This way, no test gets lost when regenerating after renaming. Method testVault is supposed to be empty.

Throws:
java.lang.Exception