ITakeACoffee() 공개 메소드

public ITakeACoffee ( ) : void
리턴 void
 public void SimpleUse()
 {
     // Given the coffee machine is started
     Actionwords.TheCoffeeMachineIsStarted();
     // When I take a coffee
     Actionwords.ITakeACoffee();
     // Then coffee should be served
     Actionwords.CoffeeShouldBeServed();
 }
예제 #2
0
 public void ITakeACoffee()
 {
     Actionwords.ITakeACoffee();
 }