You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can currently assert that a log contains a given message, but we might wanna assert against a regex, or even pass a callback instead.
a pub fn matches(&self, maybe_field_name: Option<String>, predicate: impl FnMut(RecordValue) -> bool) -> bool { somewhere in the Records impl would be great!
The text was updated successfully, but these errors were encountered:
We can currently assert that a log contains a given message, but we might wanna assert against a regex, or even pass a callback instead.
a
pub fn matches(&self, maybe_field_name: Option<String>, predicate: impl FnMut(RecordValue) -> bool) -> bool {
somewhere in the Records impl would be great!The text was updated successfully, but these errors were encountered: