public void TestToString() { var fi = new DirectoryInfo(uncDirectory); Assert.AreEqual(fi.DisplayPath, fi.ToString()); }