Esempio n. 1
0
 protected virtual void OnWorkException(int hours, Exception ex)
 {
     WorkException?.Invoke(this, new WorkEventArgs(hours, ex));
 }
Esempio n. 2
0
 public WorkExceptionPageStepDefinitions(IWebDriver webDriver, ScenarioContext scenarioContext)
     : base(webDriver)
 {
     WorkException    = new WorkException(webDriver);
     _scenarioContext = scenarioContext;
 }