Searched refs:InsuranceFactory (Results 1 – 2 of 2) sorted by relevance
706 public interface InsuranceFactory<T extends Car> { interface in FactoryProviderTest711 final TypeLiteral<InsuranceFactory<Mustang>> mustangInsuranceFactoryType = in testAssistedFactoryForParameterizedType()712 new TypeLiteral<InsuranceFactory<Mustang>>() {}; in testAssistedFactoryForParameterizedType()713 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForParameterizedType()714 new TypeLiteral<InsuranceFactory<Camaro>>() {}; in testAssistedFactoryForParameterizedType()728 InsuranceFactory<Mustang> mustangInsuranceFactory = in testAssistedFactoryForParameterizedType()730 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForParameterizedType()761 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForTypeVariableParameters()762 new TypeLiteral<InsuranceFactory<Camaro>>() {}; in testAssistedFactoryForTypeVariableParameters()773 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForTypeVariableParameters()
947 public interface InsuranceFactory<T extends Car> { interface in FactoryProvider2Test952 final TypeLiteral<InsuranceFactory<Mustang>> mustangInsuranceFactoryType = in testAssistedFactoryForParameterizedType()953 new TypeLiteral<InsuranceFactory<Mustang>>() {}; in testAssistedFactoryForParameterizedType()954 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForParameterizedType()955 new TypeLiteral<InsuranceFactory<Camaro>>() {}; in testAssistedFactoryForParameterizedType()969 InsuranceFactory<Mustang> mustangInsuranceFactory = in testAssistedFactoryForParameterizedType()971 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForParameterizedType()1002 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForTypeVariableParameters()1003 new TypeLiteral<InsuranceFactory<Camaro>>() {}; in testAssistedFactoryForTypeVariableParameters()1014 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForTypeVariableParameters()