IHandleEverythingExceptTheBeans() 공개 메소드

public IHandleEverythingExceptTheBeans ( ) : void
리턴 void
예제 #1
0
        protected void SetUp()
        {
            Actionwords = new Actionwords();

            // Given the coffee machine is started
            Actionwords.TheCoffeeMachineIsStarted();
            // And I handle everything except the beans
            Actionwords.IHandleEverythingExceptTheBeans();
        }
예제 #2
0
 public void IHandleEverythingExceptTheBeans()
 {
     Actionwords.IHandleEverythingExceptTheBeans();
 }