Exemplo n.º 1
0
        public void TestExtractName()
        {
            const string test = "org(3)";

            Assert.AreEqual("org", ObjectTree.ExtractName(test));

            const string test1 = "iso";

            Assert.AreEqual("iso", ObjectTree.ExtractName(test1));
        }