Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java393 public static class DefectiveCar implements Car { class in FactoryProviderTest
395 public DefectiveCar() throws ExplosionException { in DefectiveCar() method in FactoryProviderTest.DefectiveCar
413 FactoryProvider.newFactory(DefectiveCarFactoryWithNoExceptions.class, DefectiveCar.class); in testFactoryMethodMustDeclareAllConstructorExceptions()
430 CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()
DFactoryProvider2Test.java391 public static class DefectiveCar implements Car { class in FactoryProvider2Test
393 public DefectiveCar() throws ExplosionException { in DefectiveCar() method in FactoryProvider2Test.DefectiveCar
418 FactoryProvider.newFactory(CorrectDefectiveCarFactory.class, DefectiveCar.class)); in testConstructorExceptionsAreThrownByFactory()