Skip to main content

Module mock_backend

Module mock_backend 

Source
Expand description

MockBackend — implements DurableBackend without AWS dependency.

Returns pre-loaded data for testing. No network calls, no credentials needed. Records all checkpoint calls for test assertions.

Structs§

CheckpointCall
A captured checkpoint call for test assertions.
MockBackend
OperationRecord
A recorded durable operation for sequence verification (FR39).

Type Aliases§

BatchCallCounter
Shared counter for batch checkpoint calls.
CheckpointRecorder
Mock implementation of DurableBackend for testing.
OperationRecorder
Shared recorder for operation sequence tracking.