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.java691 CamaroInsuranceFactory camaroInsuranceFactory = in testAssistedFactoryForConcreteType() local
701 CamaroInsurance camaroPolicy = (CamaroInsurance) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForConcreteType()
730 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForParameterizedType() local
740 CamaroInsurance camaroPolicy = (CamaroInsurance) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForParameterizedType()
773 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForTypeVariableParameters() local
778 (AutoInsurance<?>) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForTypeVariableParameters()
DFactoryProvider2Test.java932 CamaroInsuranceFactory camaroInsuranceFactory = in testAssistedFactoryForConcreteType() local
942 CamaroInsurance camaroPolicy = (CamaroInsurance) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForConcreteType()
971 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForParameterizedType() local
981 CamaroInsurance camaroPolicy = (CamaroInsurance) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForParameterizedType()
1014 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForTypeVariableParameters() local
1019 (AutoInsurance<?>) camaroInsuranceFactory.create(camaro, 800.0d); in testAssistedFactoryForTypeVariableParameters()