Skip to content

Instantly share code, notes, and snippets.

@es-repo
Created July 28, 2022 21:59
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 es-repo/4e6bdb69ecd0ee25d9b1e4a13b37417c to your computer and use it in GitHub Desktop.
Save es-repo/4e6bdb69ecd0ee25d9b1e4a13b37417c to your computer and use it in GitHub Desktop.
better-unit-test-in-c#-article-mocks.cs
var writeLogMock = new Mock<WriteLog>(MockBehavior.Strict);
var boxMock = new Mock<IBox>(MockBehavior.Strict);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment