Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/name/
DNamedEquivalanceTest.java45 private static final Module GUICE_BINDING_MODULE = moduleWithAnnotation(Names.named("foo")); field in NamedEquivalanceTest
68 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()