public void TestDyingNotChageStatus() { Status dying = new Dying(null); Assert.AreEqual(dying.changeStatus(), null); }