public void ShouldEchoBye() { Simon simon = new Simon(); Assert.AreEqual("bye", Simon.Echo("Bye")); }
public void ShouldEchoHello() { Simon simon = new Simon(); Assert.AreEqual("hello", Simon.Echo("hello")); }