Ejemplo n.º 1
0
 public System.Threading.Tasks.Task OnTestStepExecutionBeginAsync(Quintity.TestFramework.Core.TestStep testStep, Quintity.TestFramework.Core.TestStepBeginExecutionArgs args)
 {
     return(base.Channel.OnTestStepExecutionBeginAsync(testStep, args));
 }
Ejemplo n.º 2
0
 public void OnTestStepExecutionBegin(Quintity.TestFramework.Core.TestStep testStep, Quintity.TestFramework.Core.TestStepBeginExecutionArgs args)
 {
     base.Channel.OnTestStepExecutionBegin(testStep, args);
 }