You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactoring: Extracted IBookOverviewView interface; Modified BookOver…
…view to instantiate BookOverviewPresenter inside its constructor; Modified BookOverviewPresenter to use IBookOverviewView instead of the concrete view; Modified unit tests to run against BookOverviewPresenter; Removed System.Web.dll reference from unit tests project; Removed BookOverviewSpy from unit tests
Refactoring: Extracted IBookOverviewView interface; Modified BookOver…
…view to instantiate BookOverviewPresenter inside its constructor; Modified BookOverviewPresenter to use IBookOverviewView instead of the concrete view; Modified unit tests to run against BookOverviewPresenter; Removed System.Web.dll reference from unit tests project; Removed BookOverviewSpy from unit tests
Refactoring: Extracted BookOverview.DisplayFilteredBooks, BookOvervie…
…w.FilterBooks, BookOverview.DisplayBooks methods into BookOverviewPresenter class
Refactoring: Extracted BookOverview.DisplayFilteredBooks, BookOvervie…
…w.FilterBooks, BookOverview.DisplayBooks methods into BookOverviewPresenter class
Refactoring: Extracted GetPublisherId and GetBookCollection to BookRe…
…pository and injected IBookRepository into BookOverview; Modified unit tests to reflect this design change
Refactoring: Extracted GetPublisherId and GetBookCollection to BookRe…
…pository and injected IBookRepository into BookOverview; Modified unit tests to reflect this design change