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