Ejemplo n.º 1
0
 public System.Threading.Tasks.Task OnTestCaseExecutionCompleteAsync(Quintity.TestFramework.Core.TestCase testCase, Quintity.TestFramework.Core.TestCaseResult testCaseResult)
 {
     return(base.Channel.OnTestCaseExecutionCompleteAsync(testCase, testCaseResult));
 }
Ejemplo n.º 2
0
 public void OnTestCaseExecutionComplete(Quintity.TestFramework.Core.TestCase testCase, Quintity.TestFramework.Core.TestCaseResult testCaseResult)
 {
     base.Channel.OnTestCaseExecutionComplete(testCase, testCaseResult);
 }