Macro assert_success_with_input

Source
macro_rules! assert_success_with_input {
    ($input: expr, $main: expr) => { ... };
}