Searched refs:GUICE_BINDING_MODULE (Results 1 – 1 of 1) sorted by relevance
45 private static final Module GUICE_BINDING_MODULE = moduleWithAnnotation(Names.named("foo")); field in NamedEquivalanceTest68 assertInjectionsSucceed(GUICE_BINDING_MODULE); in testBindingWithNamesCanInjectBothTypes()84 assertDuplicateBinding(GUICE_BINDING_MODULE, JSR330_BINDING_MODULE, false); in testBindingDifferentTypesWithSameValueIsIgnored()85 assertDuplicateBinding(JSR330_BINDING_MODULE, GUICE_BINDING_MODULE, false); in testBindingDifferentTypesWithSameValueIsIgnored()94 assertDuplicateBinding(GUICE_BINDING_MODULE, JSR330_PROVIDER_METHOD_MODULE, true); in testBindingDifferentTypesWithSameValueIsAnErrorMixed()