Last active
August 29, 2015 14:12
-
-
Save joebuschmann/0923456d6ccbd2c27edd to your computer and use it in GitHub Desktop.
When using numeric identifiers in Gherkin - not that
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
| [When(@"I choose the product with ID (.*)")] | |
| public void WhenIChooseTheProductWithID(int productId) | |
| { | |
| _selectedProductId = productId; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment