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.

Re-exports§

pub use cargo_toml::render_cargo_toml;
pub use mock_server::render_mock_server_binary;
pub use mock_server::render_mock_server_module;

Modules§

assertions
Assertion rendering for Rust e2e tests.
cargo_toml
Cargo.toml generation for Rust e2e test crates.
http
HTTP integration test generation for Rust e2e tests.
mock_server
Mock server source generation for Rust e2e tests.
test_file
Per-category test file generation for Rust e2e tests.

Structs§

RustE2eCodegen
Rust e2e test code generator.