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

public IShutdownTheCoffeeMachine ( ) : void
Результат void
 public void NoMessagesAreDisplayedWhenMachineIsShutDown()
 {
     // Given the coffee machine is started
     Actionwords.TheCoffeeMachineIsStarted();
     // When I shutdown the coffee machine
     Actionwords.IShutdownTheCoffeeMachine();
     // Then message "" should be displayed
     Actionwords.MessageMessageShouldBeDisplayed();
 }
Пример #2
0
 public void IShutdownTheCoffeeMachine()
 {
     Actionwords.IShutdownTheCoffeeMachine();
 }