Class HashCodeAssertions

java.lang.Object
com.java.pojo.internal.assertion.hashcode.HashCodeAssertions

public class HashCodeAssertions extends Object
  • Constructor Details

    • HashCodeAssertions

      public HashCodeAssertions(Object objectUnderAssert)
  • Method Details

    • isConsistent

      public void isConsistent()
    • returnsSameValueFor

      public void returnsSameValueFor(Object otherObject)
    • returnsDifferentValueFor

      public void returnsDifferentValueFor(Object otherObject)