Function pact_matching::match_query

source ·
pub fn match_query(
    expected: Option<HashMap<String, Vec<Option<String>>>>,
    actual: Option<HashMap<String, Vec<Option<String>>>>,
    context: &(dyn MatchingContext + Send + Sync)
) -> HashMap<String, Vec<Mismatch>>
Expand description

Matches the actual query parameters to the expected ones.