Skip to content

Instantly share code, notes, and snippets.

@isidore
Created June 18, 2014 08:57
Show Gist options
  • Save isidore/0463b01cdf92ea38fcf9 to your computer and use it in GitHub Desktop.
Save isidore/0463b01cdf92ea38fcf9 to your computer and use it in GitHub Desktop.
Executable Query Rest Call Test
[Test]
public void TestGoogleQuery()
{
Approvals.Verify(new GoogleQuery("lolcats"));
}
// Make sure your RestCall extends RestQuery<T> where T is what is returned from the call
class GoogleQuery : RestQuery<GoogleQueryResults>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment