コード例 #1
0
 public void TestNegativeCredit()
 {
     Cashbox account = new Cashbox();
     account.Credit(-1);
 }