Searched refs:Segway (Results 1 – 1 of 1) sorted by relevance
1029 FactoryProvider.newFactory(ColoredCarFactory.class, Segway.class)); in testInjectingAndUsingInjector()1034 Segway green = (Segway)carFactory.create(Color.GREEN); in testInjectingAndUsingInjector()1038 Segway pink = (Segway)carFactory.create(Color.PINK); in testInjectingAndUsingInjector()1101 static class Segway implements Car { class in FactoryProvider2Test