Example #1
0
 public System.Threading.Tasks.Task OnTestCaseExecutionBeginAsync(Quintity.TestFramework.Core.TestCase testCase, Quintity.TestFramework.Core.TestCaseBeginExecutionArgs args)
 {
     return(base.Channel.OnTestCaseExecutionBeginAsync(testCase, args));
 }
Example #2
0
 public void OnTestCaseExecutionBegin(Quintity.TestFramework.Core.TestCase testCase, Quintity.TestFramework.Core.TestCaseBeginExecutionArgs args)
 {
     base.Channel.OnTestCaseExecutionBegin(testCase, args);
 }