pub fn render_http_test_function(
out: &mut String,
fixture: &Fixture,
dep_name: &str,
)Expand description
Generate a complete integration test function for an http fixture.
Builds a real App from the configured HTTP framework crate with a handler
that returns the expected response, then uses axum_test::TestServer to send
the request and assert the status code.