예제 #1
0
 protected virtual void OnCaseStarting(TestCaseStartingEventArgs e)
 {
     if (CaseStarting != null)
     {
         CaseStarting(this, e);
     }
 }
예제 #2
0
 private void events_TestCaseStarting(object sender, TestCaseStartingEventArgs e)
 {
     OnCaseStarting(e);
 }
예제 #3
0
 protected virtual void OnCaseStarting(TestCaseStartingEventArgs e)
 {
     DefaultMessage(e);
 }