Пример #1
0
        private void ExpectPathRoot(string path, string expectedRoot)
        {
            var absPath = new AbsolutePath(path);

            Assert.Equal(absPath.GetPathRoot(), expectedRoot);
        }