public void TestHello() { Assert.AreEqual("hello", Intro.Hello()); }
public void TestHelloFred() { Assert.AreEqual("hello, Fred", Intro.Hello("Fred")); }