Beispiel #1
0
 public void IsValidDriveLetter(char test, bool expected)
 {
     QuickIOPath.IsValidDriveLetter(test).Should().Be(expected);
 }