Esempio n. 1
0
 public void TestShoulPassFalseSmoothSentence()
 {
     Assert.AreEqual(Ex5.IsSmooth("Someone is outside the doorway"), false);
 }
Esempio n. 2
0
 public void TestShoulPassTrueSmoothSentence()
 {
     Assert.AreEqual(Ex5.IsSmooth("Marta appreciated deep perpendicular right trapezoids"), true);
     Assert.AreEqual(Ex5.IsSmooth("She eats super righteously"), true);
 }
Esempio n. 3
0
 static void Main(string[] args)
 {
     // Ex3.Run();
     // Ex4.Run();
     Ex5.Run();
 }