Function functional_tests::checker::matcher::match_output
source · pub fn match_output<I, D>(log: &EvaluationLog, directives: I) -> MatchResultwhere
D: AsRef<Directive>,
I: IntoIterator<Item = D>,
Expand description
Matches the directives against the evaluation log.