org.jhotdraw.test.standard
Class BoxHandleKitTest

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

public class BoxHandleKitTest
extends junit.framework.TestCase

TestCase BoxHandleKitTest is generated by JUnitDoclet to hold the tests for BoxHandleKit.

See Also:
BoxHandleKit

Constructor Summary
BoxHandleKitTest(java.lang.String name)
          Constructor BoxHandleKitTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
 
Method Summary
 BoxHandleKit createInstance()
          Factory method for instances of the class to be tested.
 void testAddCornerHandles()
          Method testAddCornerHandles is testing addCornerHandles
 void testAddHandles()
          Method testAddHandles is testing addHandles
 void testEast()
          Method testEast is testing east
 void testNorth()
          Method testNorth is testing north
 void testNorthEast()
          Method testNorthEast is testing northEast
 void testNorthWest()
          Method testNorthWest is testing northWest
 void testSouth()
          Method testSouth is testing south
 void testSouthEast()
          Method testSouthEast is testing southEast
 void testSouthWest()
          Method testSouthWest is testing southWest
 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.
 void testWest()
          Method testWest is testing west
 
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

BoxHandleKitTest

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

Method Detail

createInstance

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

Throws:
java.lang.Exception

testAddCornerHandles

public void testAddCornerHandles()
                          throws java.lang.Exception
Method testAddCornerHandles is testing addCornerHandles

Throws:
java.lang.Exception
See Also:
BoxHandleKit.addCornerHandles(org.jhotdraw.framework.Figure, java.util.List)

testAddHandles

public void testAddHandles()
                    throws java.lang.Exception
Method testAddHandles is testing addHandles

Throws:
java.lang.Exception
See Also:
BoxHandleKit.addHandles(org.jhotdraw.framework.Figure, java.util.List)

testSouth

public void testSouth()
               throws java.lang.Exception
Method testSouth is testing south

Throws:
java.lang.Exception
See Also:
BoxHandleKit.south(org.jhotdraw.framework.Figure)

testSouthEast

public void testSouthEast()
                   throws java.lang.Exception
Method testSouthEast is testing southEast

Throws:
java.lang.Exception
See Also:
BoxHandleKit.southEast(org.jhotdraw.framework.Figure)

testSouthWest

public void testSouthWest()
                   throws java.lang.Exception
Method testSouthWest is testing southWest

Throws:
java.lang.Exception
See Also:
BoxHandleKit.southWest(org.jhotdraw.framework.Figure)

testNorth

public void testNorth()
               throws java.lang.Exception
Method testNorth is testing north

Throws:
java.lang.Exception
See Also:
BoxHandleKit.north(org.jhotdraw.framework.Figure)

testNorthEast

public void testNorthEast()
                   throws java.lang.Exception
Method testNorthEast is testing northEast

Throws:
java.lang.Exception
See Also:
BoxHandleKit.northEast(org.jhotdraw.framework.Figure)

testNorthWest

public void testNorthWest()
                   throws java.lang.Exception
Method testNorthWest is testing northWest

Throws:
java.lang.Exception
See Also:
BoxHandleKit.northWest(org.jhotdraw.framework.Figure)

testEast

public void testEast()
              throws java.lang.Exception
Method testEast is testing east

Throws:
java.lang.Exception
See Also:
BoxHandleKit.east(org.jhotdraw.framework.Figure)

testWest

public void testWest()
              throws java.lang.Exception
Method testWest is testing west

Throws:
java.lang.Exception
See Also:
BoxHandleKit.west(org.jhotdraw.framework.Figure)

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