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

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.ConnectionCreateCommandTest
All Implemented Interfaces:
junit.framework.Test

public class ConnectionCreateCommandTest
extends AbstractCommandTest


Constructor Summary
ConnectionCreateCommandTest()
           
 
Method Summary
 void setUp()
           
 void testCanExecute()
           
 void testConnectionCreateCommand()
           
 void testExecute()
           
 void testRedo()
           
 void testSetTarget()
           
 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

ConnectionCreateCommandTest

public ConnectionCreateCommandTest()
Method Detail

setUp

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

testCanExecute

public void testCanExecute()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testConnectionCreateCommand

public void testConnectionCreateCommand()

testSetTarget

public void testSetTarget()

testExecute

public void testExecute()

testRedo

public void testRedo()

testUndo

public void testUndo()