Searched refs:Porsche (Results 1 – 1 of 1) sorted by relevance
199 FactoryProvider.newFactory(ColoredCarFactory.class, Porsche.class)); in testMethodsAndFieldsGetInjected()204 Porsche grayPorsche = (Porsche) carFactory.create(Color.GRAY); in testMethodsAndFieldsGetInjected()211 public static class Porsche implements Car { class in FactoryProvider2Test218 public Porsche(@Assisted Color color, double price) { in Porsche() method in FactoryProvider2Test.Porsche