Beispiel #1
0
 public void MatchesByName()
 {
     Assert.True(Acrobatic.Matches("Acrobatic"));
     Assert.True(Acrobatic.Matches("acrobatic"));
 }