macro_rules! current_function_name {
    () => { ... };
}
Expand description

Returns the name of the current function. This macro is used to derive the name for the golden file of each test case.