Created
July 2, 2018 13:58
-
-
Save joebuschmann/f6d6297087922aea16d077af7e8a5b3f to your computer and use it in GitHub Desktop.
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
[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