@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) @Documented public @interface TestHttpClient
| Modifier and Type | Optional Element and Description |
|---|---|
HttpClientStrategy |
strategy
Get strategy to use to build http client.
|
public abstract HttpClientStrategy strategy
HttpClientStrategy.AUTO and classpath detection
will be used to instantiate appropriate client implementation.HttpClientStrategy.AUTO.Copyright © 2018. All rights reserved.