コード例 #1
0
ファイル: Reporter.cs プロジェクト: chalotrakunal/XmlParsing
 public void SetReportData(TestRun testRun)
 {
     testRunObj = testRun;
 }
コード例 #2
0
 public void SetTestRun(TestRun temp)
 {
     _testRun = temp;
 }