Exemple #1
0
 public System.Threading.Tasks.Task OnTestSuiteExecutionCompleteAsync(Quintity.TestFramework.Core.TestSuite testSuite, Quintity.TestFramework.Core.TestSuiteResult testSuiteResult)
 {
     return(base.Channel.OnTestSuiteExecutionCompleteAsync(testSuite, testSuiteResult));
 }
Exemple #2
0
 public void OnTestSuiteExecutionComplete(Quintity.TestFramework.Core.TestSuite testSuite, Quintity.TestFramework.Core.TestSuiteResult testSuiteResult)
 {
     base.Channel.OnTestSuiteExecutionComplete(testSuite, testSuiteResult);
 }
Exemple #3
0
 public System.Threading.Tasks.Task OnTestPostprocessorCompleteAsync(Quintity.TestFramework.Core.TestSuite testSuite, Quintity.TestFramework.Core.TestProcessorResult testProcessorResult)
 {
     return(base.Channel.OnTestPostprocessorCompleteAsync(testSuite, testProcessorResult));
 }
Exemple #4
0
 public void OnTestPostprocessorComplete(Quintity.TestFramework.Core.TestSuite testSuite, Quintity.TestFramework.Core.TestProcessorResult testProcessorResult)
 {
     base.Channel.OnTestPostprocessorComplete(testSuite, testProcessorResult);
 }
Exemple #5
0
 public System.Threading.Tasks.Task OnTestPostprocessorBeginAsync(Quintity.TestFramework.Core.TestSuite testSuite, Quintity.TestFramework.Core.TestProcessorBeginExecutionArgs args)
 {
     return(base.Channel.OnTestPostprocessorBeginAsync(testSuite, args));
 }
Exemple #6
0
 public void OnTestPostprocessorBegin(Quintity.TestFramework.Core.TestSuite testSuite, Quintity.TestFramework.Core.TestProcessorBeginExecutionArgs args)
 {
     base.Channel.OnTestPostprocessorBegin(testSuite, args);
 }