public void ThenIShouldSeeProperty(Table table) { _searchdriver.ShowList(table); }
public void ThenIShouldSeeListProjects(Table table) { _projectDriver.ShowList(table); }
public void ThenIShouldSeeMyOwnProjects(Table expectedList) { _projectDriver.ShowList(expectedList); }