コード例 #1
0
 public Report()
 {
     RunInfo      = new RunInfo();
     TestFixtures = new List <TestSuite>();
 }
コード例 #2
0
ファイル: Report.cs プロジェクト: arasu-rrk/reportunit
 public Report()
 {
     RunInfo = new RunInfo();
     TestFixtures = new List<TestSuite>();
 }