Created
March 29, 2017 10:22
-
-
Save eamonnmcevoy/b84b61d00ade727a7d5230ccd137b1b8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 mockUserService = new MockUserService(); | |
var mockResultService = new MockResultService(); | |
var testTime = new DateTime(1,1,2000); | |
var resultGenerator = new ResultGenerator(mockUserService, mockResultService, testTime); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment