Home
last modified time | relevance | path

Searched refs:mockAyncHttpClient (Results 1 – 3 of 3) sorted by relevance

/external/aws-sdk-java-v2/test/module-path-tests/src/main/java/software/amazon/awssdk/modulepath/tests/mocktests/
DBaseMockApiCall.java35 protected final MockAyncHttpClient mockAyncHttpClient; field in BaseMockApiCall
41 this.mockAyncHttpClient = new MockAyncHttpClient(); in BaseMockApiCall()
66 mockAyncHttpClient.stubNextResponse(successResponse(protocol)); in successfulAsyncApiCall()
68 mockAyncHttpClient.reset(); in successfulAsyncApiCall()
73 mockAyncHttpClient.stubNextResponse(errorResponse(protocol)); in failedAsyncApiCall()
85 mockAyncHttpClient.reset(); in failedAsyncApiCall()
DXmlProtocolApiCall.java32 asyncClient = ProtocolRestXmlAsyncClient.builder().httpClient(mockAyncHttpClient).build(); in XmlProtocolApiCall()
DJsonProtocolApiCall.java48 .httpClient(mockAyncHttpClient) in JsonProtocolApiCall()