Changes between Version 1 and Version 2 of PLATFORM_STANDARDS_AUTO_TESTS_R1
- Timestamp:
- 12/30/08 13:31:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_AUTO_TESTS_R1
v1 v2 9 9 == Overview == 10 10 11 The aim of this revision of the task is to improve the auto testing infrastructure, conventions etc. 11 12 12 13 == Task requirements == 14 * improve the standards for Unit Tests: 15 * there are classes for which unit tests are compulsory. 16 * there are classes for which unit tests are impossible and the least it can be done is integration test. 17 * '''Note: ''' stating the classes that should be unit tested can be done by component and team they belong to. 18 * provide more information about the javadoc of unit tests: 19 * should it be compulsory or not. 20 * how descriptive should it be - after all these are only tests and are not supposed to be reused. 21 * improve the conventions of unit tests. integration tests etc. 22 * it is more suitable to provide information in the wiki instead of links to wikipedia. 23 * review the helper classes and provide more if necessary. 24 * .... 13 25 14 26 == Task result == 15 27 * wiki page 16 28 == Implementation idea == 17 29 18 30 == Related == 19 [wiki:PLATFORM_STANDARDS_AUTO_TESTS] is the document 31 [wiki:PLATFORM_STANDARDS_AUTO_TESTS] is the document where more information should be provided and unnecessary information removed. 32 [wiki:PLATFORM_STANDARDS_AUTO_TESTS_R1] 20 33 21 34 == How to demo == 35 * open [wiki:PLATFORM_STANDARDS_AUTO_TESTS] and read the information provided. 22 36 23 37 = Design =