Searched refs:mapResults (Results 1 – 1 of 1) sorted by relevance
141 List<MapResult> mapResults = Lists.newArrayList(results); in mapInjectorTest() local142 assertEquals("wrong entries, expected: " + mapResults + ", but was: " + entries, in mapInjectorTest()143 mapResults.size(), entries.size()); in mapInjectorTest()145 for(MapResult result : mapResults) { in mapInjectorTest()165 fail("Found all entries of: " + mapResults + ", but more were left over: " + entries); in mapInjectorTest()245 int expectedSize = 2 * (mapResults.size() + duplicates); in mapInjectorTest()279 List<MapResult> mapResults = Lists.newArrayList(results); in mapModuleTest() local388 int expectedSize = (mapResults.size() + duplicates) * 3; in mapModuleTest()