Searched refs:GenericColoredCarFactory (Results 1 – 2 of 2) sorted by relevance
651 interface GenericColoredCarFactory<T extends Car> { interface in FactoryProviderTest656 final TypeLiteral<GenericColoredCarFactory<Mustang>> mustangTypeLiteral = in testGenericAssistedFactory()657 new TypeLiteral<GenericColoredCarFactory<Mustang>>() {}; in testGenericAssistedFactory()658 final TypeLiteral<GenericColoredCarFactory<Camaro>> camaroTypeLiteral = in testGenericAssistedFactory()659 new TypeLiteral<GenericColoredCarFactory<Camaro>>() {}; in testGenericAssistedFactory()680 GenericColoredCarFactory<Mustang> mustangFactory = in testGenericAssistedFactory()682 GenericColoredCarFactory<Camaro> camaroFactory = in testGenericAssistedFactory()
963 interface GenericColoredCarFactory<T extends Car> { interface in FactoryProvider2Test968 final TypeLiteral<GenericColoredCarFactory<Mustang>> mustangTypeLiteral = in testGenericAssistedFactory()969 new TypeLiteral<GenericColoredCarFactory<Mustang>>() {}; in testGenericAssistedFactory()970 final TypeLiteral<GenericColoredCarFactory<Camaro>> camaroTypeLiteral = in testGenericAssistedFactory()971 new TypeLiteral<GenericColoredCarFactory<Camaro>>() {}; in testGenericAssistedFactory()992 GenericColoredCarFactory<Mustang> mustangFactory = in testGenericAssistedFactory()994 GenericColoredCarFactory<Camaro> camaroFactory = in testGenericAssistedFactory()