Class HttpRequestTestsTrait
java.lang.Object
software.amazon.smithy.model.traits.AbstractTrait
software.amazon.smithy.protocoltests.traits.HttpRequestTestsTrait
- All Implemented Interfaces:
- FromSourceLocation,- ToNode,- ToShapeId,- Trait
Defines HTTP request protocol tests.
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionHttpRequestTestsTrait(List<HttpRequestTestCase> testCases) HttpRequestTestsTrait(SourceLocation sourceLocation, List<HttpRequestTestCase> testCases) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected NodeThe result of toNode is used for hashCodes and equality.getTestCasesFor(AppliesTo appliesTo) Gets all test cases that apply to a client or server.Methods inherited from class software.amazon.smithy.model.traits.AbstractTraitequals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.smithy.model.traits.TraitisSynthetic
- 
Field Details- 
ID
 
- 
- 
Constructor Details- 
HttpRequestTestsTrait
- 
HttpRequestTestsTrait
 
- 
- 
Method Details- 
getTestCases
- 
getTestCasesForGets all test cases that apply to a client or server.Test cases that define an appliesTomember are tests that should only be implemented by clients or servers. Is is assumed that test cases that do not define anappliesTomember are implemented by both client and server implementations.- Parameters:
- appliesTo- The type of test case to retrieve.
- Returns:
- Returns the matching test cases.
 
- 
createNodeDescription copied from class:AbstractTraitThe result of toNode is used for hashCodes and equality. Subclasses must implement createNode to turn the trait into a Node. This is then cached for subsequent retrievals.- Specified by:
- createNodein class- AbstractTrait
- Returns:
- Returns the trait as a node.
 
 
-