Class HashCodeAssertions
- java.lang.Object
-
- com.java.pojo.internal.assertion.hashcode.HashCodeAssertions
-
public class HashCodeAssertions extends Object
-
-
Constructor Summary
Constructors Constructor Description HashCodeAssertions(Object objectUnderAssert)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
isConsistent()
void
returnsDifferentValueFor(Object otherObject)
void
returnsSameValueFor(Object otherObject)
-
-
-
Constructor Detail
-
HashCodeAssertions
public HashCodeAssertions(Object objectUnderAssert)
-
-