Home
last modified time | relevance | path

Searched refs:GenericColoredCarFactory (Results 1 – 2 of 2) sorted by relevance

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java593 interface GenericColoredCarFactory<T extends Car> { interface in FactoryProviderTest
598 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()
DFactoryProvider2Test.java834 interface GenericColoredCarFactory<T extends Car> { interface in FactoryProvider2Test
839 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()