Пример #1
0
 public System.Threading.Tasks.Task OnTestStepExecutionCompleteAsync(Quintity.TestFramework.Core.TestStep testStep, Quintity.TestFramework.Core.TestStepResult testStepResult)
 {
     return(base.Channel.OnTestStepExecutionCompleteAsync(testStep, testStepResult));
 }
Пример #2
0
 public void OnTestStepExecutionComplete(Quintity.TestFramework.Core.TestStep testStep, Quintity.TestFramework.Core.TestStepResult testStepResult)
 {
     base.Channel.OnTestStepExecutionComplete(testStep, testStepResult);
 }