Example #1
0
 public void Clean(string p1, string expected)
 {
     QuickIOPath.Clean(p1).Should().Be(expected);
 }