Example #1
0
 public void ThenIShouldSeeProperty(Table table)
 {
     _searchdriver.ShowList(table);
 }
Example #2
0
 public void ThenIShouldSeeListProjects(Table table)
 {
     _projectDriver.ShowList(table);
 }
Example #3
0
 public void ThenIShouldSeeMyOwnProjects(Table expectedList)
 {
     _projectDriver.ShowList(expectedList);
 }