pub async fn start_mock_server(
    catalogue_entry: &CatalogueEntry,
    pact: Box<dyn Pact + Send + Sync>,
    config: MockServerConfig
) -> Result<MockServerDetails>
Expand description

Starts a mock server given the catalog entry for it and a Pact