https://jmock.org/
jMock - An Expressive Mock Object Library for Java
mock objectfor javajmockexpressivelibrary
https://webglossary.info/terms/mock-object/
Mock object · WebGlossary.info · Uncover Your Unknowns in Web Development
mock objectin webinfouncoverdevelopment
https://realpython.com/courses/improve-tests-mock-object-library/
Improving Your Tests With the Python Mock Object Library – Real Python
Feb 4, 2026 - Master Python testing with unittest.mock. Create mock objects to tame complex logic and unpredictable dependencies.
with themock objectimprovingtestspython
https://realpython.com/podcasts/rpp/286/
Episode #286: Overcoming Testing Obstacles With Python's Mock Object Library – The Real Python...
Do you have complex logic and unpredictable dependencies that make it hard to write reliable tests? How can you use Python's mock object library to improve...
mock objectthe realepisodeovercomingtesting
https://docs.python.org/3/library/unittest.mock.html
unittest.mock — mock object library — Python 3.14.4 documentation
Source code: Lib/unittest/mock.py unittest.mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects...
unittestmockobjectlibrarypython