addResponse method

void addResponse(
  1. IntegrationTestHttpResponse response
)

Implementation

void addResponse(IntegrationTestHttpResponse response) {
  final key = getMapKey(response.path, response.ignoreQuery, response.method);
  _permanentResponses[key] = response;
}