Exemplo n.º 1
0
 public void TestThatCharacterHasCorrectInitialDodgeChance()
 {
     var target = new Character("Bob", null, 10, 10, 10, new Item(), "Warrior");
     Assert.AreEqual(target.GetCharacterInitialDodgeChance(), (10 * 0.04));
 }