|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.jhotdraw.test.standard.BoxHandleKitTest
public class BoxHandleKitTest
TestCase BoxHandleKitTest is generated by JUnitDoclet to hold the tests for BoxHandleKit.
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 |
---|
public BoxHandleKitTest(java.lang.String name)
Method Detail |
---|
public BoxHandleKit createInstance() throws java.lang.Exception
java.lang.Exception
public void testAddCornerHandles() throws java.lang.Exception
java.lang.Exception
BoxHandleKit.addCornerHandles(org.jhotdraw.framework.Figure, java.util.List)
public void testAddHandles() throws java.lang.Exception
java.lang.Exception
BoxHandleKit.addHandles(org.jhotdraw.framework.Figure, java.util.List)
public void testSouth() throws java.lang.Exception
java.lang.Exception
BoxHandleKit.south(org.jhotdraw.framework.Figure)
public void testSouthEast() throws java.lang.Exception
java.lang.Exception
BoxHandleKit.southEast(org.jhotdraw.framework.Figure)
public void testSouthWest() throws java.lang.Exception
java.lang.Exception
BoxHandleKit.southWest(org.jhotdraw.framework.Figure)
public void testNorth() throws java.lang.Exception
java.lang.Exception
BoxHandleKit.north(org.jhotdraw.framework.Figure)
public void testNorthEast() throws java.lang.Exception
java.lang.Exception
BoxHandleKit.northEast(org.jhotdraw.framework.Figure)
public void testNorthWest() throws java.lang.Exception
java.lang.Exception
BoxHandleKit.northWest(org.jhotdraw.framework.Figure)
public void testEast() throws java.lang.Exception
java.lang.Exception
BoxHandleKit.east(org.jhotdraw.framework.Figure)
public void testWest() throws java.lang.Exception
java.lang.Exception
BoxHandleKit.west(org.jhotdraw.framework.Figure)
public void testVault() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |