Skip to content

Instantly share code, notes, and snippets.

@wwahammy
Created August 15, 2013 19:36
Show Gist options
  • Save wwahammy/6244049 to your computer and use it in GitHub Desktop.
Save wwahammy/6244049 to your computer and use it in GitHub Desktop.
Can I have this in one line?
_mockExtService.Verify(m => m.CreateAutoRegisteredUser(EMAIL, FIRSTNAME, LASTNAME), Times.Once());
_mockExtService.Verify(m => m.CreateAutoRegisteredUser(It.IsAny<string>(), It.IsAny<string>(), It.IsAny<string>()), Times.Once());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment