Esempio n. 1
0
 public void SetReportData(TestRun testRun)
 {
     testRunObj = testRun;
 }
Esempio n. 2
0
 public void SetTestRun(TestRun temp)
 {
     _testRun = temp;
 }