|
||||||||||
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.JHDTestCase
org.jhotdraw.test.contrib.MDIDesktopPaneTest
public class MDIDesktopPaneTest
TestCase MDIDesktopPaneTest is generated by JUnitDoclet to hold the tests for MDIDesktopPane.
MDIDesktopPane
Field Summary |
---|
Fields inherited from class org.jhotdraw.test.JHDTestCase |
---|
myDrawingEditor |
Constructor Summary | |
---|---|
MDIDesktopPaneTest(java.lang.String name)
Constructor MDIDesktopPaneTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework. |
Method Summary | |
---|---|
MDIDesktopPane |
createInstance()
Factory method for instances of the class to be tested. |
void |
testAddDesktopListener()
Method testAddDesktopListener is testing addDesktopListener |
void |
testAddToDesktop()
Method testAddToDesktop is testing addToDesktop |
void |
testArrangeFramesHorizontally()
Method testArrangeFramesHorizontally is testing arrangeFramesHorizontally |
void |
testArrangeFramesVertically()
Method testArrangeFramesVertically is testing arrangeFramesVertically |
void |
testCascadeFrames()
Method testCascadeFrames is testing cascadeFrames |
void |
testGetActiveDrawingView()
Method testGetActiveDrawingView is testing getActiveDrawingView |
void |
testGetAllFromDesktop()
Method testGetAllFromDesktop is testing getAllFromDesktop |
void |
testRemoveAllFromDesktop()
Method testRemoveAllFromDesktop is testing removeAllFromDesktop |
void |
testRemoveDesktopListener()
Method testRemoveDesktopListener is testing removeDesktopListener |
void |
testRemoveFromDesktop()
Method testRemoveFromDesktop is testing removeFromDesktop |
void |
testSetAllSize()
Method testSetAllSize is testing setAllSize |
void |
testTileFrames()
Method testTileFrames is testing tileFrames |
void |
testTileFramesHorizontally()
Method testTileFramesHorizontally is testing tileFramesHorizontally |
void |
testTileFramesVertically()
Method testTileFramesVertically is testing tileFramesVertically |
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 org.jhotdraw.test.JHDTestCase |
---|
createNewDrawingEditor, getDrawingEditor |
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 MDIDesktopPaneTest(java.lang.String name)
Method Detail |
---|
public MDIDesktopPane createInstance() throws java.lang.Exception
java.lang.Exception
public void testGetActiveDrawingView() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.getActiveDrawingView()
public void testAddToDesktop() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.addToDesktop(org.jhotdraw.framework.DrawingView, int)
public void testRemoveFromDesktop() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.removeFromDesktop(org.jhotdraw.framework.DrawingView, int)
public void testRemoveAllFromDesktop() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.removeAllFromDesktop(int)
public void testGetAllFromDesktop() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.getAllFromDesktop(int)
public void testAddDesktopListener() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.addDesktopListener(org.jhotdraw.contrib.DesktopListener)
public void testRemoveDesktopListener() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.removeDesktopListener(org.jhotdraw.contrib.DesktopListener)
public void testCascadeFrames() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.cascadeFrames()
public void testTileFrames() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.tileFrames()
public void testTileFramesHorizontally() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.tileFramesHorizontally()
public void testTileFramesVertically() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.tileFramesVertically()
public void testArrangeFramesVertically() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.arrangeFramesVertically()
public void testArrangeFramesHorizontally() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.arrangeFramesHorizontally()
public void testSetAllSize() throws java.lang.Exception
java.lang.Exception
MDIDesktopPane.setAllSize(java.awt.Dimension)
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 |