Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created January 19, 2017 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/1d2bdbfb83a31249fb57c17a73e71b3b to your computer and use it in GitHub Desktop.
Save angelovstanton/1d2bdbfb83a31249fb57c17a73e71b3b to your computer and use it in GitHub Desktop.
public partial class BingMainPage
{
public void AssertResultsCountIsAsExpected(int expectedCount)
{
Assert.AreEqual(this.ResultsCountDiv.Text, expectedCount, "The results count is not as expected.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment