I see a lot of people using RhinoMock with AutoFixture for unit testing. With RhinoMock we can GenerateMock or GenerateStub a class and then Stub or Expect something happen on that class but with AutoFixture we can do the same by Freeze or Create a class then Stub or Expect a method will be called. So the what is difference between those? Why we need to use RhinoMock with AutoFixture?
Asked
Active
Viewed 218 times
0
-
You write that with AutoFixture, you can Stub or Expect. Can you give an example? – Mark Seemann Aug 11 '17 at 11:02
-
See here: https://stackoverflow.com/questions/5786628/what-are-the-differences-between-moq-and-autofixture – Amittai Shapira Aug 31 '17 at 20:18