Exemplo n.º 1
0
 public void IsValidFolderChar(char test, bool expected)
 {
     QuickIOPath.IsValidFolderChar(test).Should().Be(expected);
 }