Esempio n. 1
0
 public void GivenTheFollowingKnowRegisteredOwners(Table table)
 {
     AppDriver.AddTable("owners", table.Rows);
 }
Esempio n. 2
0
 public void GivenTheFollowingPuppiesAreAvailableForAdoption(Table table)
 {
     AppDriver.AddTable("puppies", table.Rows);
 }