Searched refs:mapResults (Results 1 – 1 of 1) sorted by relevance
162 List<MapResult> mapResults = Lists.newArrayList(results); in mapInjectorTest() local164 "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() local343 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()