[][src]Function pact_matching::match_query

pub fn match_query(
    expected: Option<HashMap<String, Vec<String>>>,
    actual: Option<HashMap<String, Vec<String>>>,
    mismatches: &mut Vec<Mismatch>,
    matchers: &MatchingRules
)
👎 Deprecated since 0.6.4:

Use the version that returns a match result (match_query_result)

Matches the actual query parameters to the expected ones.