Home
last modified time | relevance | path

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

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DSpiUtils.java240 int sizeOfOther = otherMatches.size(); in mapInjectorTest() local
242 sizeOfOther--; // account for 1 duplicate binding in mapInjectorTest()
246 assertEquals("Incorrect other matches: " + otherMatches, expectedSize, sizeOfOther); in mapInjectorTest()