pub fn check_matches(
events: &[RecordedEvent],
matchers: &[(Box<dyn Fn(&RecordedEvent) -> Result<(), Box<dyn Error>>>, &'static str)],
)
Expand description
This method should only be used by the macro
pub fn check_matches(
events: &[RecordedEvent],
matchers: &[(Box<dyn Fn(&RecordedEvent) -> Result<(), Box<dyn Error>>>, &'static str)],
)
This method should only be used by the macro