pub async fn prepare_validation_for_interaction(
    transport_entry: &CatalogueEntry,
    pact: &V4Pact,
    interaction: &(dyn V4Interaction + Send + Sync),
    context: &HashMap<String, Value>
) -> Result<InteractionVerificationData>
Expand description

Sets up a transport request to be made. This is the first phase when verifying, and it allows the users to add additional values to any requests that are made.