示例#1
0
 public System.Threading.Tasks.Task OnTestExecutionCompleteAsync(Quintity.TestFramework.Core.TestExecutionCompleteArgs args)
 {
     return(base.Channel.OnTestExecutionCompleteAsync(args));
 }
示例#2
0
 public void OnTestExecutionComplete(Quintity.TestFramework.Core.TestExecutionCompleteArgs args)
 {
     base.Channel.OnTestExecutionComplete(args);
 }