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