Ejemplo n.º 1
0
        public void ToString_test()
        {
            location a = new location(new kid("This is a test kid name", "This is test address"));

            Assert.AreEqual(a.ToString(), "This is a test kid name/This is test address");
        }