Esempio n. 1
0
 public new virtual void SetUp()
 {
     base.SetUp();
     LabelCollectionRetriever.Get("DashboardErrorPage").Returns(_labelsFromRetriever);
     _result = DashboardController.Error();
 }