Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java738 public interface CamaroInsuranceFactory { interface in FactoryProviderTest
755 bind(CamaroInsuranceFactory.class) in testAssistedFactoryForConcreteType()
758 CamaroInsuranceFactory.class, CamaroInsurance.class)); in testAssistedFactoryForConcreteType()
764 CamaroInsuranceFactory camaroInsuranceFactory = in testAssistedFactoryForConcreteType()
765 injector.getInstance(CamaroInsuranceFactory.class); in testAssistedFactoryForConcreteType()
DFactoryProvider2Test.java1050 public interface CamaroInsuranceFactory { interface in FactoryProvider2Test
1067 bind(CamaroInsuranceFactory.class) in testAssistedFactoryForConcreteType()
1070 CamaroInsuranceFactory.class, CamaroInsurance.class)); in testAssistedFactoryForConcreteType()
1076 CamaroInsuranceFactory camaroInsuranceFactory = in testAssistedFactoryForConcreteType()
1077 injector.getInstance(CamaroInsuranceFactory.class); in testAssistedFactoryForConcreteType()