Searched refs:DefectiveCar (Results 1 – 2 of 2) sorted by relevance
393 public static class DefectiveCar implements Car { class in FactoryProviderTest395 public DefectiveCar() throws ExplosionException { in DefectiveCar() method in FactoryProviderTest.DefectiveCar413 FactoryProvider.newFactory(DefectiveCarFactoryWithNoExceptions.class, DefectiveCar.class); in testFactoryMethodMustDeclareAllConstructorExceptions()430 CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()
391 public static class DefectiveCar implements Car { class in FactoryProvider2Test393 public DefectiveCar() throws ExplosionException { in DefectiveCar() method in FactoryProvider2Test.DefectiveCar418 FactoryProvider.newFactory(CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()