public void ThisIsANewTest() { string result = Calculator.Test("Hello"); Assert.AreEqual("Hello", result); }