Ejemplo n.º 1
0
 public void CanSayGoodbye()
 {
     Foo foo = new Foo();
     var result = foo.SayGoodbye("Ragesh");
     Assert.AreEqual("Goodbye, Ragesh", result);
 }