Searched refs:hashExpectations (Results 1 – 1 of 1) sorted by relevance
215 ImmutableMap<Object, Integer> hashExpectations; field in EquivalenceTesterTest.MockEquivalence235 hashExpectations = hashExpectationsBuilder.build(); in replay()243 return hashExpectations.get(object); in doHash()247 checkState(equivalentExpectations == null && hashExpectations == null); in checkRecording()