public void TestVisaCardGetInterestMethod() { _visa.SetInterest(); double interest = _visa.GetInterest(); Assert.AreEqual(10, interest); }