public void Setup() { this._tabHistory = this.CreateHistory(); }
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; }
public MockTabView() { this._history = new MockTabHistory(); this.PageLoads = 0; }