public void MoreInteretingReports() { report.Step("This is the first test step"); report.Report("Click on me", "More interesting details"); report.Step("This is the second test step"); }
public static void ReportStep(string message) { report.Step(message); }