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

            Assert.AreEqual(3, ObjectTree.ExtractValue(test));
        }