public void DisplaySettings()
 {
     // Given the coffee machine is started
     Actionwords.TheCoffeeMachineIsStarted();
     // When I switch to settings mode
     Actionwords.ISwitchToSettingsMode();
     // Then displayed message is:
     Actionwords.DisplayedMessageIs("Settings:\n - 1: water hardness\n - 2: grinder");
 }
Beispiel #2
0
 public void ISwitchToSettingsMode()
 {
     Actionwords.ISwitchToSettingsMode();
 }