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