Home
last modified time | relevance | path

Searched defs:TestExecutionAttribute (Results 1 – 1 of 1) sorted by relevance

/external/aws-sdk-java-v2/http-client-spi/src/test/java/software/amazon/awssdk/http/
DSdkHttpExecutionAttributesTest.java46 private static final class TestExecutionAttribute<T> extends SdkHttpExecutionAttribute<T> { class in SdkHttpExecutionAttributesTest
50 private TestExecutionAttribute(Class valueType) { in TestExecutionAttribute() method in SdkHttpExecutionAttributesTest.TestExecutionAttribute