示例#1
0
 public void RemoveVowelsTest(string input, string expected)
 {
     Assert.AreEqual(target.RemoveVowels(input), expected);
 }