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

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