public void ThenTheTextInTheOutputWindowShouldMatchTheInputText(string outputTest) { Assert.IsTrue(EditorPage.GetOutputWindowContent().Equals(outputTest), "Expected output window to contain {" + outputTest + "} But instead it had {" + EditorPage.GetOutputWindowContent() + "}"); }