コード例 #1
0
 public void ReturnFalseWhenPaymentIsNull()
 {
     Assert.AreEqual(false, paymentDao.Insert(null));
 }