public void Given()
 {
     _account = new DemoApp.Account();
     _account.Credit(500);
 }
 public void Given()
 {
     _account = new DemoApp.Account();
     _account.Credit(500);
 }
Exemplo n.º 3
0
 public void When()
 {
     _account.Credit(550);
 }