Exemplo n.º 1
0
 public void VerifyThatHelloIsSaidCorrectly()
 {
     var sut = new World();
     Assert.AreEqual("Hello World", sut.SayHello());
 }