Dictionary
- CI/CD (Continuous Integration/Continuous Delivery): 'guardian' that prevents the construction and deployment of the application if a test fails, ensuring the quality of the code.
- Mock is a complete stand-in that replaces all real behaviour with stubbed responses.
- Spy wraps a real object and calls its real methods by default, allowing you to selectively stub some behaviours,