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