Skip to content

Instantly share code, notes, and snippets.

@JamieDixon
Created May 20, 2014 14:22
Show Gist options
  • Save JamieDixon/4f5a5d0063c92ce8266c to your computer and use it in GitHub Desktop.
Save JamieDixon/4f5a5d0063c92ce8266c to your computer and use it in GitHub Desktop.
What happens when we replace a basic mock with its real implementation
var theBlobMock = new Mock<ITheBlob>();
VS
var theBlob = new TheBlob(
new SCP(new S(), new AP(new SP(new S(), new AL(new S()))), new SCS()),
new S(),
new CP(new S()),
new MP(new S()),
new AP(new SP(new S(), new AL(new S()))),
new EIP(),
new MF(
new GDP(),
new CP(new S()),
new S(),
new AP(new SP(new S(), new AL(new S()))),
new CP(
new S(),
new AP(
new SP(new S(), new AL(new S())))),
new IMP(new AL(new S())),
new T()),
new DEP(new RW(), new S()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment