Exemple #1
0
 public void SetReportData(TestRun testRun)
 {
     testRunObj = testRun;
 }
Exemple #2
0
 public void SetTestRun(TestRun temp)
 {
     _testRun = temp;
 }