Skip to content

Instantly share code, notes, and snippets.

@PiotrPerak
Last active November 23, 2018 09:40
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 PiotrPerak/12459b47b24f5e66f98a31303b1ba658 to your computer and use it in GitHub Desktop.
Save PiotrPerak/12459b47b24f5e66f98a31303b1ba658 to your computer and use it in GitHub Desktop.
[Test]
public void It_works_with_dependencies()
{
var dependency = new Mock<IDependency>();
// dependency setup
// how do I pass it to TestedObject?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment