Changes between Version 7 and Version 8 of PromotEditorTest
- Timestamp:
- Jun 26, 2009, 10:05:22 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotEditorTest
v7 v8 24 24 6. Disposing a slot in the !ConstructionArea of the !PaletteWindow is tested in the junit test [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/cmds/CmdDisposeTest.java] 25 25 7. Double click to the class nucleus and a new visual editor with the corresponding class opens. 26 8. Rename a connected slot is tested in junit test [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/CmdRenameTest.java], missing test for unconnected26 8. Rename connected and unconnected slots is tested in junit test [source:/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/test/CmdRenameTest.java], tests are still enhanceable. 27 27 9. Insert a "kinase" and an "and-2" slot by drag and drop from the Modules-palette, then drag an edge from the port of "kinase" to the "input1" port of "and-2". A new link with a linknode placed at the "kinase" port will be created. 28 28 10. Press the mouse over the slot named "nucleus" and move the mouse around, mouse release will place the "nucleus" slot at another place. Now press the cursor-key and the selected slot will also move.