|
||||||||||
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.CTXCommandMenuTest
public class CTXCommandMenuTest
TestCase CTXCommandMenuTest is generated by JUnitDoclet to hold the tests for CTXCommandMenu.
CTXCommandMenu
Constructor Summary | |
---|---|
CTXCommandMenuTest(java.lang.String name)
Constructor CTXCommandMenuTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework. |
Method Summary | |
---|---|
CTXCommandMenu |
createInstance()
Factory method for instances of the class to be tested. |
void |
testActionPerformed()
Method testActionPerformed is testing actionPerformed |
void |
testAdd()
Method testAdd is testing add |
void |
testAddCheckItem()
Method testAddCheckItem is testing addCheckItem |
void |
testCheckEnabled()
Method testCheckEnabled is testing checkEnabled |
void |
testCommandExecutable()
Method testCommandExecutable is testing commandExecutable |
void |
testCommandExecuted()
Method testCommandExecuted is testing commandExecuted |
void |
testCommandNotExecutable()
Method testCommandNotExecutable is testing commandNotExecutable |
void |
testEnable()
Method testEnable is testing enable |
void |
testRemove()
Method testRemove is testing remove |
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 CTXCommandMenuTest(java.lang.String name)
Method Detail |
---|
public CTXCommandMenu createInstance() throws java.lang.Exception
java.lang.Exception
public void testAdd() throws java.lang.Exception
java.lang.Exception
CTXCommandMenu.add(org.jhotdraw.util.Command)
public void testAddCheckItem() throws java.lang.Exception
java.lang.Exception
CTXCommandMenu.addCheckItem(org.jhotdraw.util.Command)
public void testRemove() throws java.lang.Exception
java.lang.Exception
CTXCommandMenu.remove(org.jhotdraw.util.Command)
public void testEnable() throws java.lang.Exception
java.lang.Exception
CTXCommandMenu.enable(java.lang.String, boolean)
public void testCheckEnabled() throws java.lang.Exception
java.lang.Exception
CTXCommandMenu.checkEnabled()
public void testActionPerformed() throws java.lang.Exception
java.lang.Exception
CTXCommandMenu.actionPerformed(java.awt.event.ActionEvent)
public void testCommandExecuted() throws java.lang.Exception
java.lang.Exception
CTXCommandMenu.commandExecuted(java.util.EventObject)
public void testCommandExecutable() throws java.lang.Exception
java.lang.Exception
CTXCommandMenu.commandExecutable(java.util.EventObject)
public void testCommandNotExecutable() throws java.lang.Exception
java.lang.Exception
CTXCommandMenu.commandNotExecutable(java.util.EventObject)
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 |