13.26Assert entire objects
You can compare the entire payload:
<munit-tools:assert-that
expression="#[payload]"
is="#[
MunitTools::equalTo({
customerId: 'C001',
salesforceId: '001ABC',
success: true
})
]"/>
For small stable structures, that's fine.
For larger payloads, asserting every irrelevant field creates brittle tests.