Exemplo n.º 1
0
 public void AddTestResult(CReport aReport, CTestResult aTestResult) => this.Add(aReport, aTestResult, "TestResult");
Exemplo n.º 2
0
 public CTestFailExc(CTestResult aTestResult)
 {
     this.TestResult = aTestResult;
 }