Exemplo n.º 1
0
 public void CaseSensitivity()
 {
     Assert.False(new DirectoryInfo(TestDirectory.ToUpperInvariant()).Exists);
     Assert.False(new DirectoryInfo(TestDirectory.ToLowerInvariant()).Exists);
 }