Example #1
0
 public System.Threading.Tasks.Task OnTestPostprocessorCompleteAsync(Quintity.TestFramework.Core.TestSuite testSuite, Quintity.TestFramework.Core.TestProcessorResult testProcessorResult)
 {
     return(base.Channel.OnTestPostprocessorCompleteAsync(testSuite, testProcessorResult));
 }
Example #2
0
 public void OnTestPostprocessorComplete(Quintity.TestFramework.Core.TestSuite testSuite, Quintity.TestFramework.Core.TestProcessorResult testProcessorResult)
 {
     base.Channel.OnTestPostprocessorComplete(testSuite, testProcessorResult);
 }