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.java420 public interface CorrectDefectiveCarFactory { interface in FactoryProviderTest
428 bind(CorrectDefectiveCarFactory.class).toProvider( in testConstructorExceptionsAreThrownByFactory()
430 CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()
434 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()
DFactoryProvider2Test.java409 public interface CorrectDefectiveCarFactory { interface in FactoryProvider2Test
417 bind(CorrectDefectiveCarFactory.class).toProvider( in testConstructorExceptionsAreThrownByFactory()
418 FactoryProvider.newFactory(CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()
422 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()