(PizzaIngredientFactory ingredientFactory)
| 7 | PizzaIngredientFactory ingredientFactory; |
| 8 | |
| 9 | public ClamPizza(PizzaIngredientFactory ingredientFactory){ |
| 10 | this.ingredientFactory = ingredientFactory; |
| 11 | } |
| 12 | |
| 13 | @Override |
| 14 | void prepare() { |
nothing calls this directly
no outgoing calls
no test coverage detected