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

Executes the verification of the interaction that was configured with the prepare_validation_for_interaction call