Changes between Initial Version and Version 1 of junit
- Timestamp:
- Feb 24, 2021, 9:57:30 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
junit
v1 v1 1 The junit module contains tools to support junit testing. 2 3 The current version has just one class: GeneralTests. 4 This module does a number of consistency tests on classes 5 * It checks that the hashcode and equals functions are implemented correctly. So that equal objects have equal hashcode and return equals=true, while nonequal return equals=false (and warns when hashcodes are equal). 6 * It checks also the toString function, doing a pattern match against the expected format. 7