HomeSort by relevance Sort by last modified time
    Searched refs:ItemReporter (Results 1 - 6 of 6) sorted by null

  /external/guava/guava-testlib/test/com/google/common/testing/
RelationshipTesterTest.java 19 import com.google.common.testing.RelationshipTester.ItemReporter;
32 .setDefault(ItemReporter.class, new ItemReporter())
  /external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java 78 private final RelationshipTester.ItemReporter itemReporter;
84 this(new RelationshipTester.ItemReporter());
87 EqualsTester(RelationshipTester.ItemReporter itemReporter) {
88 this.itemReporter = checkNotNull(itemReporter);
106 Equivalence.equals(), "Object#equals", "Object#hashCode", itemReporter);
EquivalenceTester.java 28 import com.google.common.testing.RelationshipTester.ItemReporter;
71 equivalence, "equivalent", "hash", new ItemReporter());
RelationshipTester.java 39 static class ItemReporter {
55 private final ItemReporter itemReporter;
59 ItemReporter itemReporter) {
63 this.itemReporter = checkNotNull(itemReporter);
126 .replace("$ITEM", itemReporter.reportItem(item))
127 .replace("$OTHER", itemReporter.reportItem(other)));
ClassSanityTester.java 41 import com.google.common.testing.RelationshipTester.ItemReporter;
588 EqualsTester tester = new EqualsTester(new ItemReporter() {
    [all...]
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 75 milliseconds