Skip to content

Instantly share code, notes, and snippets.

@joebuschmann
Created October 14, 2014 12:51
Show Gist options
  • Save joebuschmann/aaacdf141e9b764bd6c6 to your computer and use it in GitHub Desktop.
Save joebuschmann/aaacdf141e9b764bd6c6 to your computer and use it in GitHub Desktop.
Step binding example for supporting singular or plural wording
[Given(@"the following devices?")]
public void GivenTheFollowingDevices(Table table)
{
_products = table.CreateSet<Product>().ToList();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment