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.java764 CamaroInsuranceFactory camaroInsuranceFactory = in testAssistedFactoryForConcreteType() local
774 CamaroInsurance camaroPolicy = (CamaroInsurance) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForConcreteType()
809 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForParameterizedType() local
819 CamaroInsurance camaroPolicy = (CamaroInsurance) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForParameterizedType()
857 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForTypeVariableParameters() local
862 (AutoInsurance<?>) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForTypeVariableParameters()
DFactoryProvider2Test.java1076 CamaroInsuranceFactory camaroInsuranceFactory = in testAssistedFactoryForConcreteType() local
1086 CamaroInsurance camaroPolicy = (CamaroInsurance) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForConcreteType()
1121 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForParameterizedType() local
1131 CamaroInsurance camaroPolicy = (CamaroInsurance) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForParameterizedType()
1169 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForTypeVariableParameters() local
1174 (AutoInsurance<?>) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForTypeVariableParameters()