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