Ejemplo n.º 1
0
        public void Subpath_CorectlyAppendsTheSubpath(string parentPath, string subpath, string expected)
        {
            var serverPath = new ServerPath(parentPath);

            Assert.AreEqual(expected, serverPath.Subpath(subpath).AsString());
        }