Created
May 20, 2014 14:22
-
-
Save JamieDixon/4f5a5d0063c92ce8266c to your computer and use it in GitHub Desktop.
What happens when we replace a basic mock with its real implementation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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