ProcessTesting
KW-0137Stub
General Term
Meaning
minimal implementation that returns predefined data without real logic for testing purposes
Example
“Return fixed response instead of actual DB call during test”
Reference
Simpler than mock; used when behavior doesn’t need verification
Related
mockfaketest data