예제 #1
0
 public void IsLocalUnc(string test, bool expected)
 {
     QuickIOPath.IsLocalUnc(test).Should().Be(expected);
 }