Ejemplo n.º 1
0
 public Report()
 {
     RunInfo      = new RunInfo();
     TestFixtures = new List <TestSuite>();
 }
Ejemplo n.º 2
0
 public Report()
 {
     RunInfo = new RunInfo();
     TestFixtures = new List<TestSuite>();
 }