Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DBinderTest.java559 install(new InnerCoreModule()); in configure()
563 static class InnerCoreModule extends AbstractModule { class in BinderTest
590 "at " + InnerCoreModule.class.getName() + getDeclaringSourcePart(getClass()), in testCannotBindToGuiceTypes()
591 asModuleChain(OuterCoreModule.class, InnerCoreModule.class), in testCannotBindToGuiceTypes()
593 "at " + InnerCoreModule.class.getName() + getDeclaringSourcePart(getClass()), in testCannotBindToGuiceTypes()
594 asModuleChain(OuterCoreModule.class, InnerCoreModule.class), in testCannotBindToGuiceTypes()
596 "at " + InnerCoreModule.class.getName() + getDeclaringSourcePart(getClass()), in testCannotBindToGuiceTypes()
597 asModuleChain(OuterCoreModule.class, InnerCoreModule.class), in testCannotBindToGuiceTypes()
599 "at " + InnerCoreModule.class.getName() + getDeclaringSourcePart(getClass()), in testCannotBindToGuiceTypes()
600 asModuleChain(OuterCoreModule.class, InnerCoreModule.class), in testCannotBindToGuiceTypes()
[all …]