Searched refs:Porshe (Results 1 – 1 of 1) sorted by relevance
234 .toProvider(FactoryProvider.newFactory(ColoredCarFactory.class, Porshe.class)); in testMethodsAndFieldsGetInjected()239 Porshe grayPorshe = (Porshe) carFactory.create(Color.GRAY); in testMethodsAndFieldsGetInjected()246 public static class Porshe implements Car { class in FactoryProviderTest253 public Porshe(@Assisted Color color, double price) { in Porshe() method in FactoryProviderTest.Porshe