Exemplo n.º 1
0
 public void TestThatCharacterHasImageIsNull()
 {
     var target = new Character("Bob", null, 10, 10, 10, new Item(), "Warrior");
     Assert.IsNull(target.GetCharacterImage());
 }