Searched refs:createCar (Results 1 – 2 of 2) sorted by relevance
439 Car createCar(); in createCar() method443 Car createCar() throws FireException; in createCar() method456 Car createCar() throws FireException, ExplosionException; in createCar() method472 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()494 Car createCar() throws ExplosionException; in createCar() method496 Car createCar(Color r) throws FireException; in createCar() method515 factory.createCar(); in testMultipleConstructorExceptionMatching()521 factory.createCar(Color.RED); in testMultipleConstructorExceptionMatching()
440 Car createCar(); in createCar() method444 Car createCar() throws FireException; in createCar() method448 Car createCar() throws FireException, ExplosionException; in createCar() method464 injector.getInstance(CorrectDefectiveCarFactory.class).createCar(); in testConstructorExceptionsAreThrownByFactory()632 Car createCar(Provider<Color> colorProvider, Provider<String> stringProvider); in createCar() method690 Car createCar( in createCar() method