|
||||||||||
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.contrib.GraphicalCompositeFigureTest
public class GraphicalCompositeFigureTest
TestCase GraphicalCompositeFigureTest is generated by JUnitDoclet to hold the tests for GraphicalCompositeFigure.
GraphicalCompositeFigure
Constructor Summary | |
---|---|
GraphicalCompositeFigureTest(java.lang.String name)
Constructor GraphicalCompositeFigureTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework. |
Method Summary | |
---|---|
GraphicalCompositeFigure |
createInstance()
Factory method for instances of the class to be tested. |
void |
testBasicDisplayBox()
Method testBasicDisplayBox is testing basicDisplayBox |
void |
testClone()
Method testClone is testing clone |
void |
testDisplayBox()
Method testDisplayBox is testing displayBox |
void |
testDraw()
Method testDraw is testing draw |
void |
testFigureRequestRemove()
Method testFigureRequestRemove is testing figureRequestRemove |
void |
testGetAttribute()
Method testGetAttribute is testing getAttribute |
void |
testHandles()
Method testHandles is testing handles |
void |
testLayout()
Method testLayout is testing layout |
void |
testRead()
Method testRead is testing read |
void |
testSetAttribute()
Method testSetAttribute is testing setAttribute |
void |
testSetGetLayouter()
Method testSetGetLayouter is testing setLayouter and getLayouter together by setting some value and verifying it by reading. |
void |
testSetGetPresentationFigure()
Method testSetGetPresentationFigure is testing setPresentationFigure and getPresentationFigure together by setting some value and verifying it by reading. |
void |
testUpdate()
Method testUpdate is testing update |
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 |
testWrite()
Method testWrite is testing write |
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 GraphicalCompositeFigureTest(java.lang.String name)
Method Detail |
---|
public GraphicalCompositeFigure createInstance() throws java.lang.Exception
java.lang.Exception
public void testClone() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.clone()
public void testDisplayBox() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.displayBox()
public void testBasicDisplayBox() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.basicDisplayBox(java.awt.Point, java.awt.Point)
public void testUpdate() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.update()
public void testDraw() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.draw(java.awt.Graphics)
public void testHandles() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.handles()
public void testGetAttribute() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.getAttribute(java.lang.String)
public void testSetAttribute() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.setAttribute(java.lang.String, java.lang.Object)
public void testSetGetPresentationFigure() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.setPresentationFigure(org.jhotdraw.framework.Figure)
,
GraphicalCompositeFigure.getPresentationFigure()
public void testLayout() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.layout()
public void testSetGetLayouter() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.setLayouter(org.jhotdraw.contrib.Layouter)
,
GraphicalCompositeFigure.getLayouter()
public void testFigureRequestRemove() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.figureRequestRemove(org.jhotdraw.framework.FigureChangeEvent)
public void testRead() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.read(org.jhotdraw.util.StorableInput)
public void testWrite() throws java.lang.Exception
java.lang.Exception
GraphicalCompositeFigure.write(org.jhotdraw.util.StorableOutput)
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 |