net.sourceforge.demetrix.test.ui
Class ProcessChainEditorActionsTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byjunitx.framework.PrivateTestCase
              extended bynet.sourceforge.demetrix.test.ui.ProcessChainEditorActionsTest
All Implemented Interfaces:
Test

public class ProcessChainEditorActionsTest
extends PrivateTestCase

Author:
Dimitri Pissarenko

Field Summary
private  Logger logger
           
 
Fields inherited from class junitx.framework.PrivateTestCase
NOARGS
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ProcessChainEditorActionsTest(String arg0)
          Constructor for ProcessChainEditorActionsTest.
 
Method Summary
static void main(String[] args)
           
 void testBug876852()
          Bugfix test case ================ This test case reproduces part of the bug #876852.
 void testDeleteAction()
           
 void testDeletetionOfAssociatedLinks()
           
 void testUpdatingOfTreeAfterDeletion()
           
 
Methods inherited from class junitx.framework.PrivateTestCase
asBoolean, asByte, asChar, asDouble, asFloat, asInt, asLong, asShort, dumpKeys, get, get, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, invoke, invokeWithKey, newInstance, newInstanceWithKey
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

private Logger logger
Constructor Detail

ProcessChainEditorActionsTest

public ProcessChainEditorActionsTest(String arg0)
Constructor for ProcessChainEditorActionsTest.

Parameters:
arg0 -
Method Detail

main

public static void main(String[] args)

testBug876852

public void testBug876852()
Bugfix test case ================ This test case reproduces part of the bug #876852. http://sourceforge.net/tracker/index.php?func=detail&aid=876852&group_id=97569&atid=618426 System balance sheet System balance sheet does not work.


testDeleteAction

public void testDeleteAction()

testDeletetionOfAssociatedLinks

public void testDeletetionOfAssociatedLinks()

testUpdatingOfTreeAfterDeletion

public void testUpdatingOfTreeAfterDeletion()