Skip to content

Instantly share code, notes, and snippets.

@CopperStarSystems
Created January 15, 2017 15:52
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 CopperStarSystems/b850b30a1bb247363ea8d9c996d1e42a to your computer and use it in GitHub Desktop.
Save CopperStarSystems/b850b30a1bb247363ea8d9c996d1e42a to your computer and use it in GitHub Desktop.
A quick look at why we have to use Mock.Object when using Moq
public class Mock<T>{
public T Object{ get; }
// ... remainder omitted for irrelevancy ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment