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