Skip to main content

Module types

Module types 

Source
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.
InvokeRequest
Structured input wrapper for run(), matching the Node.js SDK’s InvokeRequest.
TestResultError
Error information from a failed execution.

Enums§

ExecutionStatus
Status of a durable execution.
WaitingOperationStatus
Status to wait for in async operations.