Created
October 14, 2014 12:51
-
-
Save joebuschmann/aaacdf141e9b764bd6c6 to your computer and use it in GitHub Desktop.
Step binding example for supporting singular or plural wording
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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