Searched refs:JSR330_BINDING_MODULE (Results 1 – 1 of 1) sorted by relevance
46 private static final Module JSR330_BINDING_MODULE = moduleWithAnnotation(new JsrNamed("foo")); field in NamedEquivalanceTest72 assertInjectionsSucceed(JSR330_BINDING_MODULE); in testBindingWithJsr330AnnotationCanInjectBothTypes()84 assertDuplicateBinding(GUICE_BINDING_MODULE, JSR330_BINDING_MODULE, false); in testBindingDifferentTypesWithSameValueIsIgnored()85 assertDuplicateBinding(JSR330_BINDING_MODULE, GUICE_BINDING_MODULE, false); in testBindingDifferentTypesWithSameValueIsIgnored()95 assertDuplicateBinding(JSR330_BINDING_MODULE, GUICE_PROVIDER_METHOD_MODULE, true); in testBindingDifferentTypesWithSameValueIsAnErrorMixed()