IHandleEverythingExceptTheBeans() public method

public IHandleEverythingExceptTheBeans ( ) : void
return 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();
 }