Skip to main content

Module mock_server

Module mock_server 

Source
Expand description

Mock server source generation for Rust e2e tests.

Functionsยง

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.
render_mock_server_setup
Emit mock server setup lines into a test function body.