Expand description
Core types for the testing utilities crate.
This module defines the fundamental types used throughout the testing framework, including execution status, error information, and operation waiting states.
Structs§
- Invocation
- Information about a single handler invocation.
- Invoke
Request - Structured input wrapper for
run(), matching the Node.js SDK’sInvokeRequest. - Test
Result Error - Error information from a failed execution.
Enums§
- Execution
Status - Status of a durable execution.
- Waiting
Operation Status - Status to wait for in async operations.