Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DParentInjectorTest.java242 Injector childInjector = parent.createChildInjector(new AbstractModule() { in testErrorInParentButOkayInChild() local
248 Object one = childInjector.getInstance(Object.class); in testErrorInParentButOkayInChild()
249 Object two = childInjector.getInstance(Object.class); in testErrorInParentButOkayInChild()
255 Injector childInjector = parent.createChildInjector(); in testErrorInParentAndChild() local
258 childInjector.getInstance(G.class); in testErrorInParentAndChild()
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java344 Injector childInjector = parentInjector.createChildInjector(new AbstractModule() { in testWeakKeySet_integration() local
349 WeakReference<Injector> weakRef = new WeakReference<Injector>(childInjector); in testWeakKeySet_integration()
353 childInjector = null; in testWeakKeySet_integration()
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DMapBinderTest.java1016 Injector childInjector = parentInjector.createChildInjector(new AbstractModule() { in testWeakKeySet_integration_mapbinder() local
1023 WeakReference<Injector> weakRef = new WeakReference<Injector>(childInjector); in testWeakKeySet_integration_mapbinder()
1027 childInjector = null; in testWeakKeySet_integration_mapbinder()
DOptionalBinderTest.java1196 Injector childInjector = parentInjector.createChildInjector(new AbstractModule() { in testWeakKeySet_integration() local
1201 WeakReference<Injector> weakRef = new WeakReference<Injector>(childInjector); in testWeakKeySet_integration()
1205 childInjector = null; in testWeakKeySet_integration()