示例#1
0
 public void IsRootLocalUnc(string test, bool expected)
 {
     QuickIOPath.IsRootLocalUnc(test).Should().Be(expected);
 }