Module linera_sdk::test

source ·
Expand description

Helper types for writing integration tests for WebAssembly applications.

Integration tests are usually written in the tests directory in the root of the crate’s directory (i.e., beside the src directory). Linera application integration tests should be executed targeting the host architecture, instead of targeting wasm32-unknown-unknown like done for unit tests.

Structs§

Enums§

  • The origin of a message coming from a particular chain. Used to identify each inbox.
  • What to do with a message picked from the inbox.
  • The recipient of a transfer.

Functions§