impl_test_helpers

Macro impl_test_helpers 

Source
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