public void CheckVampireDefendBat() { var monster = new Vampire(); Assert.AreEqual("Turn into a bat and fly away...", monster.Defend()); }