Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/internal/
DSpiUtils.java162 List<MapResult> mapResults = Lists.newArrayList(results); in mapInjectorTest() local
164 "wrong entries, expected: " + mapResults + ", but was: " + entries, in mapInjectorTest()
165 mapResults.size(), in mapInjectorTest()
168 for (MapResult result : mapResults) { in mapInjectorTest()
189 fail("Found all entries of: " + mapResults + ", but more were left over: " + entries); in mapInjectorTest()
291 int expectedSize = 2 * (mapResults.size() + duplicates); in mapInjectorTest()
337 List<MapResult<?, ?>> mapResults = Lists.newArrayList(results); in mapModuleTest() local
343 for (MapResult<?, ?> result : mapResults) { in mapModuleTest()
363 "Found all entries of: " + mapResults + ", but more were left over: " + entries, in mapModuleTest()
502 int expectedSize = (mapResults.size() + duplicates) * 2; in mapModuleTest()