Ejemplo n.º 1
0
        protected void SetUp()
        {
            Actionwords = new Actionwords();

            // Given the coffee machine is started
            Actionwords.TheCoffeeMachineIsStarted();
            // And I handle everything except the grounds
            Actionwords.IHandleEverythingExceptTheGrounds();
        }
 protected void SetUp()
 {
     Actionwords = new Actionwords();
 }
Ejemplo n.º 3
0
 protected void SetUp()
 {
     Actionwords = new Actionwords();
 }