Skip to content

Instantly share code, notes, and snippets.

@nicolaiarocci
Created May 27, 2016 14:17
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 nicolaiarocci/a69e45d088d6d104ebe20a480405d6ba to your computer and use it in GitHub Desktop.
Save nicolaiarocci/a69e45d088d6d104ebe20a480405d6ba to your computer and use it in GitHub Desktop.
var returnedPersons = await cache.GetAll<Person>();
Assert.That(returnedPersons.Count(), Is.EqualTo(1));
Assert.That(returnedPersons[0].Name, Is.EqualTo(john.Name));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment