Пример #1
0
 protected void ReportFail()
 {
     _spiderLogging.Write(string.Format("{0} - {1}", _pageModel.Type, " Fail - The requested item cannot be added to cart"));
     OnTaskCompletedEvent(false);
     _simulatorView.Finish();
 }