|
||||||||||
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.figures.NullFigureTest
public class NullFigureTest
TestCase NullFigureTest is generated by JUnitDoclet to hold the tests for NullFigure.
NullFigure
Constructor Summary | |
---|---|
NullFigureTest(java.lang.String name)
Constructor NullFigureTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework. |
Method Summary | |
---|---|
NullFigure |
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 |
testDecompose()
Method testDecompose is testing decompose |
void |
testDisplayBox()
Method testDisplayBox is testing displayBox |
void |
testDraw()
Method testDraw is testing draw |
void |
testFigures()
Method testFigures is testing figures |
void |
testFindFigureInside()
Method testFindFigureInside is testing findFigureInside |
void |
testGetAttribute()
Method testGetAttribute is testing getAttribute |
void |
testHandles()
Method testHandles is testing handles |
void |
testIncludes()
Method testIncludes is testing includes |
void |
testInvalidate()
Method testInvalidate is testing invalidate |
void |
testIsEmpty()
Method testIsEmpty is testing isEmpty |
void |
testRelease()
Method testRelease is testing release |
void |
testSetAttribute()
Method testSetAttribute is testing setAttribute |
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 |
---|
public NullFigureTest(java.lang.String name)
Method Detail |
---|
public NullFigure createInstance() throws java.lang.Exception
java.lang.Exception
public void testBasicDisplayBox() throws java.lang.Exception
java.lang.Exception
NullFigure.basicDisplayBox(java.awt.Point, java.awt.Point)
public void testDisplayBox() throws java.lang.Exception
java.lang.Exception
NullFigure.displayBox()
public void testDraw() throws java.lang.Exception
java.lang.Exception
NullFigure.draw(java.awt.Graphics)
public void testHandles() throws java.lang.Exception
java.lang.Exception
NullFigure.handles()
public void testIsEmpty() throws java.lang.Exception
java.lang.Exception
NullFigure.isEmpty()
public void testFigures() throws java.lang.Exception
java.lang.Exception
NullFigure.figures()
public void testFindFigureInside() throws java.lang.Exception
java.lang.Exception
NullFigure.findFigureInside(int, int)
public void testClone() throws java.lang.Exception
java.lang.Exception
NullFigure.clone()
public void testIncludes() throws java.lang.Exception
java.lang.Exception
NullFigure.includes(org.jhotdraw.framework.Figure)
public void testDecompose() throws java.lang.Exception
java.lang.Exception
NullFigure.decompose()
public void testRelease() throws java.lang.Exception
java.lang.Exception
NullFigure.release()
public void testInvalidate() throws java.lang.Exception
java.lang.Exception
NullFigure.invalidate()
public void testGetAttribute() throws java.lang.Exception
java.lang.Exception
NullFigure.getAttribute(java.lang.String)
public void testSetAttribute() throws java.lang.Exception
java.lang.Exception
NullFigure.setAttribute(java.lang.String, java.lang.Object)
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 |