Expand description
Assertion rendering for Rust e2e tests.
Functionsยง
- render_
assertion - Render a single assertion into the test function body.
- render_
assertion_ with_ streaming - Same as
render_assertion, but with anis_streamingflag so the streaming-virtual field arm can fire whenresult_varis the raw call result rather than the collectedchunksvariable. Callers that already drained the stream into achunks: Vec<_>local should passis_streaming = true.