BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
10 / 18 · Module 13 — MUnit · filtered: cheatsheet← prev⊞ allnext →

13.34Then test partial failure

Mock:

Salesforce → success
Billing → HTTP timeout
Loyalty → success

If contract says degraded response:

{
  "name": "Acme",
  "balance": null,
  "loyaltyLevel": "Gold",
  "warnings": [...]
}

assert exactly that.

This is much easier in MUnit than intentionally breaking a real Billing environment.