Searched refs:bindsA (Results 1 – 1 of 1) sorted by relevance
42 Injector parent = Guice.createInjector(bindsA); in testParentAndChildCannotShareExplicitBindings()44 parent.createChildInjector(bindsA); in testParentAndChildCannotShareExplicitBindings()55 parent.createChildInjector(bindsA); in testParentJitBindingWontClobberChildBinding()63 "bound at " + bindsA.getClass().getName() + ".configure(", in testParentJitBindingWontClobberChildBinding()73 parent.createChildInjector(bindsA); in testChildCannotBindToAParentJitBinding()100 Injector top = Guice.createInjector(bindsA); in testGetParent()193 Injector top = Guice.createInjector(bindsA); in testSeveralLayersOfHierarchy()270 private final Module bindsA = new AbstractModule() { field in ParentInjectorTest