Function 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.