Exemple #1
0
 public void IsRootShareUnc(string test, bool expected)
 {
     QuickIOPath.IsRootShareUnc(test).Should().Be(expected);
 }