Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java404 Car createCar(); in createCar() method
408 Car createCar() throws FireException; in createCar() method
421 Car createCar() throws FireException, ExplosionException; in createCar() method
434 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()
456 Car createCar() throws ExplosionException; in createCar() method
457 Car createCar(Color r) throws FireException; in createCar() method
473 factory.createCar(); in testMultipleConstructorExceptionMatching()
479 factory.createCar(Color.RED); in testMultipleConstructorExceptionMatching()
DFactoryProvider2Test.java402 Car createCar(); in createCar() method
406 Car createCar() throws FireException; in createCar() method
410 Car createCar() throws FireException, ExplosionException; in createCar() method
422 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()
568 Car createCar(Provider<Color> colorProvider, Provider<String> stringProvider); in createCar() method
608 …Car createCar(javax.inject.Provider<Color> colorProvider, javax.inject.Provider<String> stringProv… in createCar() method