Function pact_matching::matchers::match_values[][src]

pub fn match_values<E, A>(
    path: &[&str],
    context: &MatchingContext,
    expected: E,
    actual: A
) -> Result<(), Vec<String>> where
    E: Matches<A>,
    A: Clone
Expand description

Match the provided values using the path and matching context