[][src]Function pact_matching::match_query_result

pub fn match_query_result(
    expected: Option<HashMap<String, Vec<String>>>,
    actual: Option<HashMap<String, Vec<String>>>,
    matchers: &MatchingRules
) -> HashMap<String, Vec<Mismatch>>

Matches the actual query parameters to the expected ones.