Example #1
0
 public static void ShouldGreetJohnnySpecially()
 {
     Assert.AreEqual("Hello, my love!", JennySecretMessage.greet("Johnny"));
 }
Example #2
0
 public static void ShouldGreetJimNormally()
 {
     Assert.AreEqual("Hello, Jim!", JennySecretMessage.greet("Jim"));
 }
Example #3
0
 public static void ShouldGreetSimonNormally()
 {
     Assert.AreEqual("Hello, Simon!", JennySecretMessage.greet("Simon"));
 }