public void IHandleEverythingExceptTheWaterTank() { this.IHandleCoffeeGrounds(); this.IHandleBeans(); }
protected void SetUp() { Actionwords = new Actionwords(); // Given the coffee machine is started Actionwords.TheCoffeeMachineIsStarted(); // And I handle everything except the water tank Actionwords.IHandleEverythingExceptTheWaterTank(); }