B C E F G H I M P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build() - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase.Builder
- build() - Method in class software.amazon.smithy.protocoltests.traits.HttpResponseTestCase.Builder
- builder() - Static method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase
- builder() - Static method in class software.amazon.smithy.protocoltests.traits.HttpResponseTestCase
C
- code(Integer) - Method in class software.amazon.smithy.protocoltests.traits.HttpResponseTestCase.Builder
- createNode() - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestsTrait
- createNode() - Method in class software.amazon.smithy.protocoltests.traits.HttpResponseTestsTrait
- createTrait(ShapeId, Node) - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestsTrait.Provider
- createTrait(ShapeId, Node) - Method in class software.amazon.smithy.protocoltests.traits.HttpResponseTestsTrait.Provider
E
- equals(Object) - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
F
- forbidQueryParams(List<String>) - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase.Builder
- fromNode(Node) - Static method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase
G
- getAuthScheme() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- getBody() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- getBodyMediaType() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- getCode() - Method in class software.amazon.smithy.protocoltests.traits.HttpResponseTestCase
- getDocumentation() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- getForbidHeaders() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- getForbidQueryParams() - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase
- getHeaders() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- getId() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- getMethod() - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase
- getParams() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- getProtocol() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- getQueryParams() - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase
- getRequireHeaders() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- getRequireQueryParams() - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase
- getTestCases() - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestsTrait
- getTestCases() - Method in class software.amazon.smithy.protocoltests.traits.HttpResponseTestsTrait
- getUri() - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase
- getVendorParams() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
H
- hashCode() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- HttpMessageTestCase - Class in software.amazon.smithy.protocoltests.traits
- HttpRequestTestCase - Class in software.amazon.smithy.protocoltests.traits
-
Defines a test case for an HTTP request.
- HttpRequestTestCase.Builder - Class in software.amazon.smithy.protocoltests.traits
-
Builder used to create a HttpRequestTestsTrait.
- HttpRequestTestsInputValidator - Class in software.amazon.smithy.protocoltests.traits
-
Ensures that input parameters of protocol request test cases are valid for the attached operation.
- HttpRequestTestsInputValidator() - Constructor for class software.amazon.smithy.protocoltests.traits.HttpRequestTestsInputValidator
- HttpRequestTestsTrait - Class in software.amazon.smithy.protocoltests.traits
-
Defines HTTP request protocol tests.
- HttpRequestTestsTrait(List<HttpRequestTestCase>) - Constructor for class software.amazon.smithy.protocoltests.traits.HttpRequestTestsTrait
- HttpRequestTestsTrait(SourceLocation, List<HttpRequestTestCase>) - Constructor for class software.amazon.smithy.protocoltests.traits.HttpRequestTestsTrait
- HttpRequestTestsTrait.Provider - Class in software.amazon.smithy.protocoltests.traits
- HttpResponseTestCase - Class in software.amazon.smithy.protocoltests.traits
-
Defines a test case for an HTTP response.
- HttpResponseTestCase.Builder - Class in software.amazon.smithy.protocoltests.traits
-
Builder used to create a HttpResponseTestCase.
- HttpResponseTestsErrorValidator - Class in software.amazon.smithy.protocoltests.traits
-
Validates that protocol tests on errors use the correct params.
- HttpResponseTestsErrorValidator() - Constructor for class software.amazon.smithy.protocoltests.traits.HttpResponseTestsErrorValidator
- HttpResponseTestsOutputValidator - Class in software.amazon.smithy.protocoltests.traits
-
Validates that protocol tests on output use the correct params.
- HttpResponseTestsOutputValidator() - Constructor for class software.amazon.smithy.protocoltests.traits.HttpResponseTestsOutputValidator
- HttpResponseTestsTrait - Class in software.amazon.smithy.protocoltests.traits
-
Defines HTTP request protocol tests.
- HttpResponseTestsTrait(List<HttpResponseTestCase>) - Constructor for class software.amazon.smithy.protocoltests.traits.HttpResponseTestsTrait
- HttpResponseTestsTrait(SourceLocation, List<HttpResponseTestCase>) - Constructor for class software.amazon.smithy.protocoltests.traits.HttpResponseTestsTrait
- HttpResponseTestsTrait.Provider - Class in software.amazon.smithy.protocoltests.traits
I
- ID - Static variable in class software.amazon.smithy.protocoltests.traits.HttpRequestTestsTrait
- ID - Static variable in class software.amazon.smithy.protocoltests.traits.HttpResponseTestsTrait
M
- method(String) - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase.Builder
P
- Provider() - Constructor for class software.amazon.smithy.protocoltests.traits.HttpRequestTestsTrait.Provider
- Provider() - Constructor for class software.amazon.smithy.protocoltests.traits.HttpResponseTestsTrait.Provider
Q
- queryParams(List<String>) - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase.Builder
R
- requireQueryParams(List<String>) - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase.Builder
S
- software.amazon.smithy.protocoltests.traits - package software.amazon.smithy.protocoltests.traits
T
- toBuilder() - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase
- toBuilder() - Method in class software.amazon.smithy.protocoltests.traits.HttpResponseTestCase
- toNode() - Method in class software.amazon.smithy.protocoltests.traits.HttpMessageTestCase
- toNode() - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase
- toNode() - Method in class software.amazon.smithy.protocoltests.traits.HttpResponseTestCase
U
- UniqueProtocolTestCaseIdValidator - Class in software.amazon.smithy.protocoltests.traits
-
Validates that the "id" property of
smithy.test#httpRequestTestsandsmithy.test#httpResponseTestsare unique across all test cases. - UniqueProtocolTestCaseIdValidator() - Constructor for class software.amazon.smithy.protocoltests.traits.UniqueProtocolTestCaseIdValidator
- uri(String) - Method in class software.amazon.smithy.protocoltests.traits.HttpRequestTestCase.Builder
V
- validate(Model) - Method in class software.amazon.smithy.protocoltests.traits.UniqueProtocolTestCaseIdValidator
All Classes All Packages