Searched refs:CorrectDefectiveCarFactory (Results 1 – 2 of 2) sorted by relevance
420 public interface CorrectDefectiveCarFactory { interface in FactoryProviderTest428 bind(CorrectDefectiveCarFactory.class).toProvider( in testConstructorExceptionsAreThrownByFactory()430 CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()434 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()
409 public interface CorrectDefectiveCarFactory { interface in FactoryProvider2Test417 bind(CorrectDefectiveCarFactory.class).toProvider( in testConstructorExceptionsAreThrownByFactory()418 FactoryProvider.newFactory(CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()422 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()