Expand description
Test assertion helpers for durable Lambda testing.
Provide convenience assertions for inspecting checkpoint calls
recorded by MockBackend.
Functionsยง
- assert_
checkpoint_ count - Assert the exact number of checkpoint calls made.
- assert_
no_ checkpoints - Assert that no checkpoint calls were made (pure replay test).
- assert_
operation_ count - Assert the total count of recorded operations.
- assert_
operation_ names - Assert the recorded operation names match (ignoring types).
- assert_
operations - Assert the recorded operation sequence matches the expected
"type:name"strings.