Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joebuschmann/f6d6297087922aea16d077af7e8a5b3f to your computer and use it in GitHub Desktop.
Save joebuschmann/f6d6297087922aea16d077af7e8a5b3f to your computer and use it in GitHub Desktop.
[Given(@"the following address")]
public void GivenTheFollowingAddress(Table table)
{
Address address = table.CreateInstance<Address>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment