Searched refs:camaroInsuranceFactoryType (Results 1 – 2 of 2) sorted by relevance
713 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForParameterizedType() local723 bind(camaroInsuranceFactoryType).toProvider(FactoryProvider.newFactory( in testAssistedFactoryForParameterizedType()724 camaroInsuranceFactoryType, TypeLiteral.get(CamaroInsurance.class))); in testAssistedFactoryForParameterizedType()731 injector.getInstance(Key.get(camaroInsuranceFactoryType)); in testAssistedFactoryForParameterizedType()761 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForTypeVariableParameters() local768 bind(camaroInsuranceFactoryType).toProvider(FactoryProvider.newFactory( in testAssistedFactoryForTypeVariableParameters()769 camaroInsuranceFactoryType, new TypeLiteral<AutoInsurance<Camaro>>() {})); in testAssistedFactoryForTypeVariableParameters()774 injector.getInstance(Key.get(camaroInsuranceFactoryType)); in testAssistedFactoryForTypeVariableParameters()
954 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForParameterizedType() local964 bind(camaroInsuranceFactoryType).toProvider(FactoryProvider.newFactory( in testAssistedFactoryForParameterizedType()965 camaroInsuranceFactoryType, TypeLiteral.get(CamaroInsurance.class))); in testAssistedFactoryForParameterizedType()972 injector.getInstance(Key.get(camaroInsuranceFactoryType)); in testAssistedFactoryForParameterizedType()1002 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForTypeVariableParameters() local1009 bind(camaroInsuranceFactoryType).toProvider(FactoryProvider.newFactory( in testAssistedFactoryForTypeVariableParameters()1010 camaroInsuranceFactoryType, new TypeLiteral<AutoInsurance<Camaro>>() {})); in testAssistedFactoryForTypeVariableParameters()1015 injector.getInstance(Key.get(camaroInsuranceFactoryType)); in testAssistedFactoryForTypeVariableParameters()