IShutdownTheCoffeeMachine() public method

public IShutdownTheCoffeeMachine ( ) : void
return 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();
 }
Ejemplo n.º 2
0
 public void IShutdownTheCoffeeMachine()
 {
     Actionwords.IShutdownTheCoffeeMachine();
 }