Changes between Version 8 and Version 9 of PromotUnitTests


Ignore:
Timestamp:
Oct 28, 2008, 8:45:34 AM (17 years ago)
Author:
mirschel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotUnitTests

    v8 v9  
    66
    77There 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 
     8As a first step the available tests should be studied. Then some of the following tests (simple, more complex) can be implemented.
    119
    1210== ProMoT Browser ==
    13  * some simple tests:
     11 * simple tests:
    1412   * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/browser/CmdAddSubclass.java CmdAddSubclass]
    1513   * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/browser/CmdCopyClass.java CmdCopyClass]
     
    1715   * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/dialogs/CmdCustomizeUndoRedo.java CmdCustomizeUndoRedo]
    1816
    19  * some more complex tests:
     17 * more complex tests:
    2018   * testing the import and export functionality of smbl-files
    2119     ([/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/dialogs/CmdSBMLExport.java CmdSBMLExport] and 
     
    2422
    2523== ProMoT Editor ==
    26  * some simple tests:
     24 * simple tests:
    2725   * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/cmds/CmdRename.java CmdRename]
    2826   * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/cmds/CmdPropagateTerminal.java CmdPropagateTerminal]   
     
    3230   * [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/cmds/CmdSetRightStructAdapterType.java CmdSetRightStructAdapterType]
    3331
    34  * some more complex tests:
     32 * more complex tests:
    3533   * testing the functionality of the online-checker-system, see [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/checker]
    3634   * testing the docu-generation, see [/trac/browser/Promot/trunk/promot/src/gui/org/mpg/dcts/promot/vizedit/docu]
     
    3836
    3937== 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]
    4741
    4842
     
    5044
    5145  * [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)]
    5347
    5448