Stubs
Term side of the Card
Topic: Testing
Unit title: Stubs
Categories: Concept
Explanation side of the Card
Explanation: The simple methods used in testing to replace real methods or functions with simplified versions that return predefined responses. They allow testing in isolation, without needing the full implementation of dependencies.