コード例 #1
0
        public void TestVisaCardGetInterestRateMethod()
        {
            double interestRate = _visa.GetInterestRate();

            Assert.AreEqual(0.10, interestRate);
        }