Searched refs:otherMatches (Results 1 – 1 of 1) sorted by relevance
185 List<Binding> otherMatches = Lists.newArrayList(); in mapInjectorTest() local236 otherMatches.add(b); in mapInjectorTest()240 int sizeOfOther = otherMatches.size(); in mapInjectorTest()246 assertEquals("Incorrect other matches: " + otherMatches, expectedSize, sizeOfOther); in mapInjectorTest()298 List<Element> otherMatches = Lists.newArrayList(); in mapModuleTest() local379 otherMatches.add(element); in mapModuleTest()383 int otherMatchesSize = otherMatches.size(); in mapModuleTest()389 assertEquals("incorrect number of contains, leftover matches: " + otherMatches, in mapModuleTest()743 List<Binding> otherMatches = Lists.newArrayList(); in optionalInjectorTest() local791 otherMatches.add(b); in optionalInjectorTest()[all …]