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