public void TestDiscoverGetInterestMethod() { _discover.SetInterest(); double interest = _discover.GetInterest(); Assert.AreEqual(1, interest); }