Ejemplo n.º 1
0
 public void IsValidServerName(string test, bool expected)
 {
     QuickIOPath.IsValidServerName(test).Should().Be(expected);
 }