Searched refs:ExplodingCar (Results 1 – 2 of 2) sorted by relevance
370 public static class ExplodingCar implements Car { class in FactoryProviderTest372 public ExplodingCar(@SuppressWarnings("unused") @Assisted Color color) { in ExplodingCar() method in FactoryProviderTest.ExplodingCar382 FactoryProvider.newFactory(ColoredCarFactory.class, ExplodingCar.class)); in testExceptionDuringConstruction()
368 public static class ExplodingCar implements Car { class in FactoryProvider2Test370 public ExplodingCar(@SuppressWarnings("unused") @Assisted Color color) { in ExplodingCar() method in FactoryProvider2Test.ExplodingCar380 FactoryProvider.newFactory(ColoredCarFactory.class, ExplodingCar.class)); in testExceptionDuringConstruction()