Searched refs:DefectiveCar (Results 1 – 2 of 2) sorted by relevance
427 public static class DefectiveCar implements Car { class in FactoryProviderTest429 public DefectiveCar() throws ExplosionException { in DefectiveCar() method in FactoryProviderTest.DefectiveCar448 FactoryProvider.newFactory(DefectiveCarFactoryWithNoExceptions.class, DefectiveCar.class); in testFactoryMethodMustDeclareAllConstructorExceptions()468 CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()
428 public static class DefectiveCar implements Car { class in FactoryProvider2Test430 public DefectiveCar() throws ExplosionException { in DefectiveCar() method in FactoryProvider2Test.DefectiveCar460 CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()