public void TestGetAge() { int expectedage = 0; PersonRegister pr = new PersonRegister(); Assert.AreEqual(pr.GetAge(), expectedage); }