Changes between Version 3 and Version 4 of PromotUnitTests
- Timestamp:
- Oct 16, 2008, 10:18:21 AM (17 years ago)
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 3 ProMoT in its present state is a very complex software. In order to minimize bugs and possible side effects when changing code 4 fragments and improve the overall quality of ProMoT, it is good practice to integrate and run automated tests. [[BR]] 5 For the Java part the JUnit testing framework is a suitable solution. 6 7 == List of unit tests == 2 8 3 9 * ProMoT Browser … … 20 26 * test2 21 27 * test3 28 29 == Literature == 30 31 * [http://open.ncsu.edu/se/tutorials/junit/ Unit Testing in Eclipse Using JUnit] 32 33 34