示例#1
0
 public void Setup()
 {
     this._tabHistory = this.CreateHistory();
 }
示例#2
0
 public MockTabPresenter(ITab tab, IFavorites favorites, IConfig config, IFavicon favicons, IHistory history, ITabHistory tabHistory)
 {
     this.Name     = Guid.NewGuid().ToString();
     tab.Name      = this.Name;
     this._history = history;
 }
示例#3
0
 public MockTabView()
 {
     this._history  = new MockTabHistory();
     this.PageLoads = 0;
 }