Home
last modified time | relevance | path

Searched refs:CorrectDefectiveCarFactory (Results 1 – 2 of 2) sorted by relevance

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java455 public interface CorrectDefectiveCarFactory { interface in FactoryProviderTest
465 bind(CorrectDefectiveCarFactory.class) in testConstructorExceptionsAreThrownByFactory()
468 CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()
472 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()
DFactoryProvider2Test.java447 public interface CorrectDefectiveCarFactory { interface in FactoryProvider2Test
457 bind(CorrectDefectiveCarFactory.class) in testConstructorExceptionsAreThrownByFactory()
460 CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()
464 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()