Function pact_mock_server::mock_server_mismatches[][src]

pub fn mock_server_mismatches(mock_server_port: i32) -> Option<String>
Expand description

Gets all the mismatches from a mock server. The port number of the mock server is passed in, and the results are returned in JSON format as a String.

If there is no mock server with the provided port number, None is returned.