()
| 11 | } |
| 12 | |
| 13 | @Override |
| 14 | void prepare() { |
| 15 | System.out.println(); |
| 16 | dough = ingredientFactory.createDough(); |
| 17 | sauce = ingredientFactory.createSauce(); |
| 18 | cheese = ingredientFactory.createCheese(); |
| 19 | } |
| 20 | } |
nothing calls this directly
no test coverage detected