Learn to say popular test mocking and stubbing library names correctly.
0 / 5 completed
1 / 5
How is Sinon (JavaScript library for spies, stubs, and mocks in tests) correctly pronounced?
Sinon is pronounced 'SY-non' — echoing the name from Greek mythology, stress on SY. In a technical interview: "Sinon stubbed out the API call entirely, so the test ran instantly and never touched the network."
2 / 5
How is Mockito (popular mocking framework for Java unit tests) correctly pronounced?
Mockito is pronounced 'mok-EE-toh' — a playful blend of 'mock' with an '-ito' ending, echoing the cocktail name Mojito. In a technical interview: "Mockito verified the service called the repository exactly once, with the expected arguments."
3 / 5
How is WireMock (tool for mocking HTTP APIs by simulating a real server) correctly pronounced?
WireMock is pronounced 'WYR-mok' — 'wire' plus 'mock', both plain English words. In a technical interview: "WireMock simulated the third-party payment API's every response, including its rare five-hundred errors."
4 / 5
How is Nock (Node.js library for mocking and testing HTTP requests) correctly pronounced?
Nock is pronounced 'NOK' — one syllable, rhymes with 'rock'. In a technical interview: "Nock intercepted every outbound HTTP call in the test, so nothing ever reached the real API."
5 / 5
How is MSW (Mock Service Worker, a library that intercepts requests at the network level) correctly pronounced?
MSW is pronounced 'EM-ES-DUB-uhl-yoo' — every letter spoken individually, M-S-W. In a technical interview: "MSW intercepted the fetch call at the network layer, so the same mock worked in tests and in local development."