<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mocking on Sven Ruppert</title><link>https://sven-ruppert.info/tags/mocking/</link><description>Recent content in Mocking on Sven Ruppert</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>sven.ruppert@gmail.com (Sven Ruppert)</managingEditor><webMaster>sven.ruppert@gmail.com (Sven Ruppert)</webMaster><copyright>© 2026 Sven Ruppert</copyright><lastBuildDate>Tue, 05 Nov 2024 17:49:33 +0000</lastBuildDate><atom:link href="https://sven-ruppert.info/tags/mocking/index.xml" rel="self" type="application/rss+xml"/><item><title>The Risks of Mocking Frameworks: How Too Much Mocking Leads to Unrealistic Tests</title><link>https://sven-ruppert.info/posts/the-risks-of-mocking-frameworks-how-too-much-mocking-leads-to-unrealistic-tests/</link><pubDate>Tue, 05 Nov 2024 17:49:33 +0000</pubDate><author>sven.ruppert@gmail.com (Sven Ruppert)</author><guid>https://sven-ruppert.info/posts/the-risks-of-mocking-frameworks-how-too-much-mocking-leads-to-unrealistic-tests/</guid><description>&lt;p&gt;Extensive use of mocking frameworks such as Mockito in software development can lead to unrealistic tests. This is because mocking frameworks simulate dependencies of classes or methods in order to test them in isolation. However, when too many mock objects are used, the test often loses touch with reality, which can affect the validity and reliability of the tests. It is important to use mocking carefully to find the right balance between isolated testing and realistic simulation.&lt;/p&gt;</description></item></channel></rss>