macro_rules! assert_logged {
( $search:expr , $occurrences:expr ) => { ... };
}Expand description
macro that can assert logs in tests.
Note: tests that use this must be used in traced_test function
and only with tokio’s current runtime.
macro_rules! assert_logged {
( $search:expr , $occurrences:expr ) => { ... };
}macro that can assert logs in tests.
Note: tests that use this must be used in traced_test function
and only with tokio’s current runtime.