Ejemplo n.º 1
0
 public void TestPersonCalculateTotalInterest()
 {
     Assert.AreEqual(2, _person.CalculateTotalInterest());
 }
Ejemplo n.º 2
0
 public void PersonInterest()
 {
     Assert.AreEqual(16, _person.CalculateTotalInterest());
 }
Ejemplo n.º 3
0
 public void Person1Interest()
 {
     Assert.AreEqual(20, _person1.CalculateTotalInterest());
 }