Searched refs:Segway (Results 1 – 1 of 1) sorted by relevance
1187 .toProvider(FactoryProvider.newFactory(ColoredCarFactory.class, Segway.class)); in testInjectingAndUsingInjector()1192 Segway green = (Segway) carFactory.create(Color.GREEN); in testInjectingAndUsingInjector()1196 Segway pink = (Segway) carFactory.create(Color.PINK); in testInjectingAndUsingInjector()1267 static class Segway implements Car { class in FactoryProvider2Test