ProcessTesting
KW-0136Mock
General Term
Meaning
fake implementation used in testing to simulate real dependencies or behavior
Example
“Mock API response in unit test instead of calling real backend”
Reference
Used to isolate tests; helps control test environment and behavior
Related
stubfaketest double