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