Changes between Initial Version and Version 1 of junit


Ignore:
Timestamp:
02/24/21 09:57:30 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • junit

    v1 v1  
     1The junit module contains tools to support junit testing.
     2
     3The current version has just one class: GeneralTests.
     4This 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