Searched refs:expectedMapBindings (Results 1 – 1 of 1) sorted by relevance
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
D | SpiUtils.java | 112 int expectedMapBindings, MapResult... results) { in assertMapVisitor() argument 118 mapInjectorTest(mapKey, keyType, valueType, modules, allowDuplicates, expectedMapBindings, in assertMapVisitor() 123 mapModuleTest(mapKey, keyType, valueType, modules, allowDuplicates, expectedMapBindings, in assertMapVisitor() 131 int expectedMapBindings, MapResult... results) { in mapInjectorTest() argument 254 assertEquals("other MapBindings found: " + otherMapBindings, expectedMapBindings, in mapInjectorTest() 261 int expectedMapBindings, MapResult... results) { in mapModuleTest() argument 399 assertEquals("other MapBindings found: " + otherMapBindings, expectedMapBindings, in mapModuleTest()
|