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