public void Given()
 {
     _account = new DemoApp.Account();
     _account.Credit(500);
 }
 public void Given()
 {
     _account = new DemoApp.Account();
     _account.Credit(500);
 }
예제 #3
0
 public void When()
 {
     _account.Credit(550);
 }