Skip to content

AtomicTest: Implement 'equals' and 'hashcode' methods

Choose a tag to compare

@sbabcoc sbabcoc released this 21 Apr 17:22
· 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.