Exemple #1
0
        public void TestGetPathRootWithNullPath()
        {
            var root = Path.GetPathRoot(null);

            Assert.IsNull(root);
        }