Esempio n. 1
0
 public void Init_SetsProperties()
 {
     _presenter.OnLoadPage();
     _viewMock.VerifySet(x => x.Title           = It.IsAny <string>());
     _viewMock.VerifySet(x => x.MetaDescription = It.IsAny <string>());
     _viewMock.VerifySet(x => x.Text            = It.IsAny <string>());
 }
Esempio n. 2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     _presenter.OnLoadPage();
 }