IHandleEverythingExceptTheWaterTank() публичный Метод

public IHandleEverythingExceptTheWaterTank ( ) : void
Результат void
Пример #1
0
        protected void SetUp()
        {
            Actionwords = new Actionwords();

            // Given the coffee machine is started
            Actionwords.TheCoffeeMachineIsStarted();
            // And I handle everything except the water tank
            Actionwords.IHandleEverythingExceptTheWaterTank();
        }
Пример #2
0
 public void IHandleEverythingExceptTheWaterTank()
 {
     Actionwords.IHandleEverythingExceptTheWaterTank();
 }