|
||||||||||
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.MDI_DrawApplicationTest
public class MDI_DrawApplicationTest
TestCase MDI_DrawApplicationTest is generated by JUnitDoclet to hold the tests for MDI_DrawApplication.
MDI_DrawApplication
Constructor Summary | |
---|---|
MDI_DrawApplicationTest(java.lang.String name)
Constructor MDI_DrawApplicationTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework. |
Method Summary | |
---|---|
MDI_DrawApplication |
createInstance()
Factory method for instances of the class to be tested. |
void |
testGetDefaultDrawingTitle()
Method testGetDefaultDrawingTitle is testing getDefaultDrawingTitle |
void |
testNewView()
Method testNewView is testing newView |
void |
testNewWindow()
Method testNewWindow is testing newWindow |
void |
testPromptNew()
Method testPromptNew is testing promptNew |
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 |
testViews()
Method testViews is testing views |
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 MDI_DrawApplicationTest(java.lang.String name)
Method Detail |
---|
public MDI_DrawApplication createInstance() throws java.lang.Exception
java.lang.Exception
public void testPromptNew() throws java.lang.Exception
java.lang.Exception
MDI_DrawApplication.promptNew()
public void testNewWindow() throws java.lang.Exception
java.lang.Exception
MDI_DrawApplication.newWindow(org.jhotdraw.framework.Drawing)
public void testNewView() throws java.lang.Exception
java.lang.Exception
MDI_DrawApplication.newView()
public void testViews() throws java.lang.Exception
java.lang.Exception
MDI_DrawApplication.views()
public void testGetDefaultDrawingTitle() throws java.lang.Exception
java.lang.Exception
MDI_DrawApplication.getDefaultDrawingTitle()
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 |