示例#1
0
 public int BeforeClientRunTestStepEvent(TestServices.ServiceReference1.TestStep4Services objTestStepRunning)
 {
     return(base.Channel.BeforeClientRunTestStepEvent(objTestStepRunning));
 }
示例#2
0
 public int AfterClientRunTestStepEvent(TestServices.ServiceReference1.TestStep4Services objTestRunning, int iResult)
 {
     return(base.Channel.AfterClientRunTestStepEvent(objTestRunning, iResult));
 }
示例#3
0
 public int OnClientCompilerOneTestStepEvent(TestServices.ServiceReference1.TestStep4Services objCurrentCompilerTestStep)
 {
     return(base.Channel.OnClientCompilerOneTestStepEvent(objCurrentCompilerTestStep));
 }