Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java403 public interface DefectiveCarFactoryWithNoExceptions { interface in FactoryProviderTest
413 FactoryProvider.newFactory(DefectiveCarFactoryWithNoExceptions.class, DefectiveCar.class); in testFactoryMethodMustDeclareAllConstructorExceptions()
DFactoryProvider2Test.java401 public interface DefectiveCarFactoryWithNoExceptions { interface in FactoryProvider2Test