Beispiel #1
0
 public void TestDeleteLastWordEx()
 {
     StringFunction.DeleteLastWord(null);
 }
Beispiel #2
0
 public void TestDeleteLastWord(string init, string expected)
 {
     Assert.AreEqual(expected, StringFunction.DeleteLastWord(init));
 }