Exemple #1
0
        public void TestGetHeight()
        {
            int            expectedheight = 0;
            PersonRegister pr             = new PersonRegister();

            Assert.AreEqual(pr.GetHeight(), expectedheight);
        }