AtomicTest: Implement 'equals' and 'hashcode' methods
·
168 commits
to master
since this release
In order for AtomicTest objects to be used as hash keys, this class needs to provide implementations for the equals and hashcode methods. This release adds these methods.