Skip to content

Instantly share code, notes, and snippets.

@gasparnagy
Created February 20, 2017 06:57
Show Gist options
  • Save gasparnagy/a8f15f4421e8e974545e2e1d4c68a1ed to your computer and use it in GitHub Desktop.
Save gasparnagy/a8f15f4421e8e974545e2e1d4c68a1ed to your computer and use it in GitHub Desktop.
[Given(@"I have entered (.*) into the calculator")]
public void GivenIHaveEnteredIntoTheCalculator(int operand)
{
((Calculator)ScenarioContext.Current["calc"]).Enter(operand);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment