Searched refs:CorrectDefectiveCarFactory (Results 1 – 2 of 2) sorted by relevance
455 public interface CorrectDefectiveCarFactory { interface in FactoryProviderTest465 bind(CorrectDefectiveCarFactory.class) in testConstructorExceptionsAreThrownByFactory()468 CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()472 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()
447 public interface CorrectDefectiveCarFactory { interface in FactoryProvider2Test457 bind(CorrectDefectiveCarFactory.class) in testConstructorExceptionsAreThrownByFactory()460 CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()464 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()