Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java62 return new GoodEquals(a, b); in good()
109 return new GoodEquals(a, b); in bad()
296 tester.testEquals(GoodEquals.class); in testGoodEquals()
708 static class GoodEquals { class
713 private GoodEquals(String a, int b) { in GoodEquals() method in GoodEquals
719 GoodEquals(@SuppressWarnings("unused") NotInstantiable x) { in GoodEquals() method in GoodEquals
725 public GoodEquals(@SuppressWarnings("unused") NotInstantiable x, int b) { in GoodEquals() method in GoodEquals
732 static GoodEquals create(int a, int b) { in create()
738 @Nullable public static GoodEquals createMayReturnNull(int a, int b) { in createMayReturnNull()
743 static GoodEquals create(String a, int b) { in create()
[all …]