Home
last modified time | relevance | path

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

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DSpiUtils.java185 List<Binding> otherMatches = Lists.newArrayList(); in mapInjectorTest() local
236 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() local
379 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() local
791 otherMatches.add(b); in optionalInjectorTest()
[all …]