Exemplo n.º 1
0
 public void Add(SummaryResults other)
 {
     totalFound    += other.totalFound;
     totalMustPass += other.totalMustPass;
     totalTests    += other.totalTests;
 }
Exemplo n.º 2
0
 public void Add(SummaryResults other)
 {
    totalFound += other.totalFound;
    totalMustPass += other.totalMustPass;
    totalTests += other.totalTests;
 }