Beispiel #1
0
 public void FindTheLongestWordInAString()
 {
     Assert.AreEqual("following",
                     StringAndNumUtility.FindTheLongestWord(
                         "Write a C# Sharp Program to display the following pattern using the alphabet."));
 }