Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joebuschmann/269873f3149ab7895a06cfa3c0b6849a to your computer and use it in GitHub Desktop.
Save joebuschmann/269873f3149ab7895a06cfa3c0b6849a to your computer and use it in GitHub Desktop.
private readonly ScenarioContext _scenarioContext;
public AddressSteps(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment