Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save joebuschmann/92180ebe7834d67afd1fada42dc2bd54 to your computer and use it in GitHub Desktop.

Select an option

Save joebuschmann/92180ebe7834d67afd1fada42dc2bd54 to your computer and use it in GitHub Desktop.
[Then(@"the address is")]
public void ValidateAddress(Table table)
{
table.CompareToInstance(_address);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment