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();
 }