예제 #1
0
 public void CanAffordTest()
 {
     Assert.IsTrue(model.CanAfford(50));
     Assert.IsFalse(model.CanAfford(150));
 }