Searched refs:GenericColoredCarFactory (Results 1 – 2 of 2) sorted by relevance
593 interface GenericColoredCarFactory<T extends Car> { interface in FactoryProviderTest598 final TypeLiteral<GenericColoredCarFactory<Mustang>> mustangTypeLiteral in testGenericAssistedFactory()599 = new TypeLiteral<GenericColoredCarFactory<Mustang>>() {}; in testGenericAssistedFactory()600 final TypeLiteral<GenericColoredCarFactory<Camaro>> camaroTypeLiteral in testGenericAssistedFactory()601 = new TypeLiteral<GenericColoredCarFactory<Camaro>>() {}; in testGenericAssistedFactory()616 GenericColoredCarFactory<Mustang> mustangFactory in testGenericAssistedFactory()618 GenericColoredCarFactory<Camaro> camaroFactory in testGenericAssistedFactory()
834 interface GenericColoredCarFactory<T extends Car> { interface in FactoryProvider2Test839 final TypeLiteral<GenericColoredCarFactory<Mustang>> mustangTypeLiteral in testGenericAssistedFactory()840 = new TypeLiteral<GenericColoredCarFactory<Mustang>>() {}; in testGenericAssistedFactory()841 final TypeLiteral<GenericColoredCarFactory<Camaro>> camaroTypeLiteral in testGenericAssistedFactory()842 = new TypeLiteral<GenericColoredCarFactory<Camaro>>() {}; in testGenericAssistedFactory()857 GenericColoredCarFactory<Mustang> mustangFactory in testGenericAssistedFactory()859 GenericColoredCarFactory<Camaro> camaroFactory in testGenericAssistedFactory()