Exemplo n.º 1
0
 protected virtual void OnCaseStarting(TestCaseStartingEventArgs e)
 {
     if (CaseStarting != null)
     {
         CaseStarting(this, e);
     }
 }
Exemplo n.º 2
0
 private void events_TestCaseStarting(object sender, TestCaseStartingEventArgs e)
 {
     OnCaseStarting(e);
 }
Exemplo n.º 3
0
 protected virtual void OnCaseStarting(TestCaseStartingEventArgs e)
 {
     DefaultMessage(e);
 }