News

stakx commented Jun 25, 2017 Is there a way to setup a mock before instantiating an instance? Yes. I was trying to create a test mock but new Mock<T> instantiates the class and therefore the ...