Ejemplo n.º 1
0
 public void TestGetValueForAmulet()
 {
     Assert.AreEqual(20.0, a11.GetValue());
     Assert.AreEqual(27.5, a12.GetValue());
     Assert.AreEqual(12.5, a13.GetValue());
 }
Ejemplo n.º 2
0
 public void TestGetValueForAmulet1()
 {
     // Assert
     Assert.AreEqual(20.0, a1.GetValue());
 }