macro_rules! impl_test_helpers {
(
$module_name:ident,
helpers: {
$($helper_name:ident: $helper_type:ty = $helper_impl:expr),*
}
) => { ... };
}Expand description
Macro to generate common test helper functions for request/response testing