Changes between Version 8 and Version 9 of PromotUnitTests
- Timestamp:
- Oct 28, 2008, 8:45:34 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotUnitTests
v8 v9 6 6 7 7 There are already some tests implemented. They are listed in the class !PromotTests see [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/PromotTests.java] 8 9 As a first step the available tests should be studied and further simple tests can be implemented. 10 8 As a first step the available tests should be studied. Then some of the following tests (simple, more complex) can be implemented. 11 9 12 10 == ProMoT Browser == 13 * s ome simple tests:11 * simple tests: 14 12 * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/browser/CmdAddSubclass.java CmdAddSubclass] 15 13 * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/browser/CmdCopyClass.java CmdCopyClass] … … 17 15 * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/dialogs/CmdCustomizeUndoRedo.java CmdCustomizeUndoRedo] 18 16 19 * somemore complex tests:17 * more complex tests: 20 18 * testing the import and export functionality of smbl-files 21 19 ([/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/dialogs/CmdSBMLExport.java CmdSBMLExport] and … … 24 22 25 23 == ProMoT Editor == 26 * s ome simple tests:24 * simple tests: 27 25 * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/cmds/CmdRename.java CmdRename] 28 26 * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/cmds/CmdPropagateTerminal.java CmdPropagateTerminal] … … 32 30 * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/cmds/CmdSetRightStructAdapterType.java CmdSetRightStructAdapterType] 33 31 34 * somemore complex tests:32 * more complex tests: 35 33 * testing the functionality of the online-checker-system, see [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/checker] 36 34 * testing the docu-generation, see [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/docu] … … 38 36 39 37 == ProMoT Explorer == 40 ... 41 42 == ProMoT Misc == 43 ... 44 45 46 38 * complex tests: 39 * testing the gef parser, see [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/viznav/data/io/gef] 40 * testing import/export of graphml format, see [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/viznav/data/io/graphml] 47 41 48 42 … … 50 44 51 45 * [http://open.ncsu.edu/se/tutorials/junit/ Unit Testing in Eclipse Using JUnit] 52 * [http://tfs.cs.tu-berlin.de/lehre/SS05/UML-Java/junit.pdf Testen mit JUnit ( german)]46 * [http://tfs.cs.tu-berlin.de/lehre/SS05/UML-Java/junit.pdf Testen mit JUnit (German)] 53 47 54 48