Searched refs:DefectiveCarFactoryWithNoExceptions (Results 1 – 2 of 2) sorted by relevance
438 public interface DefectiveCarFactoryWithNoExceptions { interface in FactoryProviderTest448 FactoryProvider.newFactory(DefectiveCarFactoryWithNoExceptions.class, DefectiveCar.class); in testFactoryMethodMustDeclareAllConstructorExceptions()
439 public interface DefectiveCarFactoryWithNoExceptions { interface in FactoryProvider2Test