Skip to main content

Module rust

Module rust 

Source
Expand description

Rust e2e test code generator.

Generates e2e/rust/Cargo.toml and tests/{category}_test.rs files from JSON fixtures, driven entirely by E2eConfig and CallConfig.

Structs§

RustE2eCodegen
Rust e2e test code generator.

Functions§

render_cargo_toml
render_mock_server_binary
Generate the src/main.rs for the standalone mock server binary.
render_mock_server_module
Generate the complete mock_server.rs module source.