Skip to content

Instantly share code, notes, and snippets.

@saymowan
Last active September 15, 2020 16:37
Show Gist options
  • Save saymowan/3d99e870243880f1ddb90ac058fb80c4 to your computer and use it in GitHub Desktop.
Save saymowan/3d99e870243880f1ddb90ac058fb80c4 to your computer and use it in GitHub Desktop.
[TestCase("Irene J. Hunt","3022694414")]
[TestCase("Michael D. Young","8056736694")]
[TestCase("Andrew G. Jordan","3018291606")]
[TestCase("Bryan J. Gabriel","2547151195")]
[TestCase("Deborah J. Norman","3257436174")]
[TestCase("Paul K. Boyd","6316959735")]
public void UsingTestCase1(string name, string telephoneNumber)
{
//some acts on the website using the "name" parameter
//some acts on the website using the "telephoneNumber" parameter
Assert.Pass();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment