org.jupe.editors.classdiagram.model.commands
Class AddCommandTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jupe.unittest.AbstractProjectTestCase
              extended by org.jupe.editors.classdiagram.model.commands.AbstractCommandTest
                  extended by org.jupe.editors.classdiagram.model.commands.AddCommandTest
All Implemented Interfaces:
junit.framework.Test

public class AddCommandTest
extends AbstractCommandTest


Constructor Summary
AddCommandTest()
           
 
Method Summary
 void setUp()
           
 void testAddCommand()
           
 void testCanExecute()
           
 void testExecute()
           
 void testRedo()
           
 void testUndo()
           
 
Methods inherited from class org.jupe.unittest.AbstractProjectTestCase
tearDown
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddCommandTest

public AddCommandTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class AbstractProjectTestCase
Throws:
java.lang.Exception

testCanExecute

public void testCanExecute()

testExecute

public void testExecute()

testRedo

public void testRedo()

testUndo

public void testUndo()

testAddCommand

public void testAddCommand()