Macro language_e2e_tests::current_function_name[][src]

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.