13.38What should be mocked?
Usually mock:
Salesforce
HTTP APIs
databases where DB behavior isn't under test
email
queues
external services
when testing:
flow logic
routing
mapping
error handling
Usually mock:
Salesforce
HTTP APIs
databases where DB behavior isn't under test
email
queues
external services
when testing:
flow logic
routing
mapping
error handling