Searched refs:InsuranceFactory (Results 1 – 2 of 2) sorted by relevance
779 public interface InsuranceFactory<T extends Car> { interface in FactoryProviderTest784 final TypeLiteral<InsuranceFactory<Mustang>> mustangInsuranceFactoryType = in testAssistedFactoryForParameterizedType()785 new TypeLiteral<InsuranceFactory<Mustang>>() {}; in testAssistedFactoryForParameterizedType()786 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForParameterizedType()787 new TypeLiteral<InsuranceFactory<Camaro>>() {}; in testAssistedFactoryForParameterizedType()807 InsuranceFactory<Mustang> mustangInsuranceFactory = in testAssistedFactoryForParameterizedType()809 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForParameterizedType()840 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForTypeVariableParameters()841 new TypeLiteral<InsuranceFactory<Camaro>>() {}; in testAssistedFactoryForTypeVariableParameters()857 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForTypeVariableParameters()
1091 public interface InsuranceFactory<T extends Car> { interface in FactoryProvider2Test1096 final TypeLiteral<InsuranceFactory<Mustang>> mustangInsuranceFactoryType = in testAssistedFactoryForParameterizedType()1097 new TypeLiteral<InsuranceFactory<Mustang>>() {}; in testAssistedFactoryForParameterizedType()1098 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForParameterizedType()1099 new TypeLiteral<InsuranceFactory<Camaro>>() {}; in testAssistedFactoryForParameterizedType()1119 InsuranceFactory<Mustang> mustangInsuranceFactory = in testAssistedFactoryForParameterizedType()1121 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForParameterizedType()1152 final TypeLiteral<InsuranceFactory<Camaro>> camaroInsuranceFactoryType = in testAssistedFactoryForTypeVariableParameters()1153 new TypeLiteral<InsuranceFactory<Camaro>>() {}; in testAssistedFactoryForTypeVariableParameters()1169 InsuranceFactory<Camaro> camaroInsuranceFactory = in testAssistedFactoryForTypeVariableParameters()