referrerpolicy=no-referrer-when-downgrade
collectives_westend_integration_tests

Macro assert_expected_events

Source
macro_rules! assert_expected_events {
    ( $chain:ident, vec![$( $event_pat:pat => { $($attr:ident : $condition:expr, )* }, )*] ) => { ... };
}