public void TestGetHeight() { int expectedheight = 0; PersonRegister pr = new PersonRegister(); Assert.AreEqual(pr.GetHeight(), expectedheight); }