public abstract class SdkHttpClientTestSuite extends Object
SdkHttpClient.
This is used by an HTTP plugin implementation by extending this class and implementing the abstract methods to provide this
suite with a testable HTTP client implementation.| Modifier and Type | Field and Description |
|---|---|
com.github.tomakehurst.wiremock.junit.WireMockRule |
mockServer |
| Constructor and Description |
|---|
SdkHttpClientTestSuite() |
| Modifier and Type | Method and Description |
|---|---|
void |
supportsResponseCode200() |
void |
supportsResponseCode202() |
void |
supportsResponseCode301() |
void |
supportsResponseCode302() |
void |
supportsResponseCode403() |
void |
supportsResponseCode500() |
void |
validatesHttpsCertificateIssuer() |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.