start_mock_server

Function start_mock_server 

Source
pub async fn start_mock_server(
    catalogue_entry: &CatalogueEntry,
    pact: Box<dyn Pact + Send + Sync>,
    config: MockServerConfig,
) -> Result<MockServerDetails>
👎Deprecated since 0.2.2: Use start_mock_server_v2 which takes a test context map
Expand description

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