Changes between Version 4 and Version 5 of PromotUnitTests
- Timestamp:
- Oct 27, 2008, 3:41:48 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotUnitTests
v4 v5 4 4 fragments and improve the overall quality of ProMoT, it is good practice to integrate and run automated tests. [[BR]] 5 5 For the Java part the JUnit testing framework is a suitable solution. 6 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 easy tests can be implemented. 6 10 7 11 == List of unit tests == … … 27 31 * test3 28 32 33 34 29 35 == Literature == 30 36