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