Stub - CI/CD Glossary Definition
A stub is a test double that returns fixed, canned responses to calls made during a test, letting you control the indirect inputs to the code under test.
Related guides
Test Doubles - CI/CD Glossary DefinitionTest Doubles: Test doubles are stand-in objects that replace real dependencies during a test. The five canoni…
Mock Object - CI/CD Glossary DefinitionMock Object: A mock object is a test double pre-programmed with expectations about which calls it should rece…