public void CheckVampireAttackBitten() { var monster = new Vampire(); Assert.AreEqual("You have been bitten!", monster.Attack()); }