- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testInvalidEqualsNull (0.49 sec)
-
android/guava-testlib/test/com/google/common/testing/EqualsTesterTest.java
return; } fail("Should get non-reflexive error"); } /** Test proper handling where an object tests equal to null */ public void testInvalidEqualsNull() { Object obj = new InvalidEqualsNullObject(); equalsTester.addEqualityGroup(obj); try { equalsTester.testEquals(); } catch (AssertionFailedError e) {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed May 14 19:40:47 UTC 2025 - 13.1K bytes - Viewed (0)