Developers should consider using #FakeObjects instead of #MockObjects!
Fake objects offer similar isolation benefits while driving high confidence, clear documentation & loose coupling between implementation and test code.
#InfoQ article by Tyson Gern: http://bit.ly/3mfL9Wc
#fakeobjects #mockobjects #infoq #UnitTesting #softwaretesting #devops