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

#UnitTesting #SoftwareTesting #DevOps

The Unit in Unit Testing

In this article, we will focus on how developers should consider using fake objects, which offer similar isolation benefits while driving high confidence, clear documentation and more.

InfoQ