Example #1
0
        protected void TestBuildGoUpPath(int iCount, string iExpected)
        {
            string vActual = PathUtils.BuildGoUpPath(iCount);

            Assert.AreEqual(iExpected, vActual, "Number of levels: " + iCount.ToString());
        }