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