macro_rules! register_call_instance {
    ($f:expr) => { ... };
}
Expand description

Register a mock function into the mock function storage for a pallet with instances. Same as register() but it uses as locator who calls this macro.