pub async fn match_sync_message_response<'a>(
expected: &SynchronousMessage,
expected_responses: &[MessageContents],
actual_responses: &[MessageContents],
pact: &Box<dyn Pact + Send + Sync + RefUnwindSafe + 'a>,
) -> Vec<Mismatch>Expand description
Match the response part of a synchronous request/response message