public void SetReportData(TestRun testRun) { testRunObj = testRun; }
public void SetTestRun(TestRun temp) { _testRun = temp; }