Exemple #1
0
        public void TreeIdToPath_UnitTest()
        {
            IWorkItemStore instance = GetTestInstance();
            string         actual   = instance.TreeIdToPath(0);

            Assert.IsNotNull(actual);
        }