Searched refs:ExplodingCar (Results 1 – 2 of 2) sorted by relevance
401 public static class ExplodingCar implements Car { class in FactoryProviderTest403 public ExplodingCar(@SuppressWarnings("unused") @Assisted Color color) { in ExplodingCar() method in FactoryProviderTest.ExplodingCar416 FactoryProvider.newFactory(ColoredCarFactory.class, ExplodingCar.class)); in testExceptionDuringConstruction()
402 public static class ExplodingCar implements Car { class in FactoryProvider2Test404 public ExplodingCar(@SuppressWarnings("unused") @Assisted Color color) { in ExplodingCar() method in FactoryProvider2Test.ExplodingCar417 FactoryProvider.newFactory(ColoredCarFactory.class, ExplodingCar.class)); in testExceptionDuringConstruction()