AutoFixture as an Automocking container vs Automocking differences?
问题 I started to use moq but from my understanding I always have to mock up all the methods that could be called even if I really do not care about them. Sometimes it takes so long to mockup stuff you forget what you want to do. So I been looking at auto mocking but I am not sure what one I should use. AutoFixture as an auto-mocking container Automocking I don't get how to use the first one at all. I sort of get the second one but never really tried it. I am not sure if one is better than the