Home
last modified time | relevance | path

Searched refs:InvalidHashCodeObject (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-testlib/test/com/google/common/testing/
DEqualsTesterTest.java174 Object a = new InvalidHashCodeObject(1, 2); in testInvalidHashCode()
175 Object b = new InvalidHashCodeObject(1, 2); in testInvalidHashCode()
329 private static class InvalidHashCodeObject { class in EqualsTesterTest
333 InvalidHashCodeObject(int aspect1, int aspect2) { in InvalidHashCodeObject() method in EqualsTesterTest.InvalidHashCodeObject
341 if (!(o instanceof InvalidHashCodeObject)) { in equals()
344 InvalidHashCodeObject other = (InvalidHashCodeObject) o; in equals()
/external/guava/android/guava-testlib/test/com/google/common/testing/
DEqualsTesterTest.java174 Object a = new InvalidHashCodeObject(1, 2); in testInvalidHashCode()
175 Object b = new InvalidHashCodeObject(1, 2); in testInvalidHashCode()
329 private static class InvalidHashCodeObject { class in EqualsTesterTest
333 InvalidHashCodeObject(int aspect1, int aspect2) { in InvalidHashCodeObject() method in EqualsTesterTest.InvalidHashCodeObject
341 if (!(o instanceof InvalidHashCodeObject)) { in equals()
344 InvalidHashCodeObject other = (InvalidHashCodeObject) o; in equals()