Changes between Version 3 and Version 4 of PromotUnitTests


Ignore:
Timestamp:
Oct 16, 2008, 10:18:21 AM (17 years ago)
Author:
mirschel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PromotUnitTests

    v3 v4  
    1 List of automatically tests for ProMoT code using the JUnit testing framework.
     1= Unit Tests =
     2
     3ProMoT in its present state is a very complex software. In order to minimize bugs and possible side effects when changing code
     4fragments and improve the overall quality of ProMoT, it is good practice to integrate and run automated tests. [[BR]]
     5For the Java part the JUnit testing framework is a suitable solution.
     6
     7== List of unit tests ==
    28
    39 * ProMoT Browser
     
    2026   * test2
    2127   * test3
     28
     29== Literature ==
     30
     31  * [http://open.ncsu.edu/se/tutorials/junit/ Unit Testing in Eclipse Using JUnit]
     32
     33
     34