Exemplo n.º 1
0
        public void ToXmlTest()
        {
            crlDistPoint target   = new crlDistPoint(testInputXml);
            XNode        expected = testInputXml;
            XNode        actual;

            actual = target.ToXml();
            Assert.AreEqual(expected.ToString(), actual.ToString());
        }