Home
last modified time | relevance | path

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

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DSpiUtils.java483 List<Object> otherMultibinders = Lists.newArrayList(); in setInjectorTest() local
495 otherMultibinders.add(visited); in setInjectorTest()
520 assertEquals("other multibindings found: " + otherMultibinders, otherMultibindings, in setInjectorTest()
521 otherMultibinders.size()); in setInjectorTest()
545 List<Object> otherMultibinders = Lists.newArrayList(); in setModuleTest() local
573 otherMultibinders.add(visited); in setModuleTest()
599 assertEquals("other multibindings found: " + otherMultibinders, otherMultibindings, in setModuleTest()
600 otherMultibinders.size()); in setModuleTest()