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