public abstract class TestHttpClients extends Object
| Constructor and Description |
|---|
TestHttpClients() |
| Modifier and Type | Method and Description |
|---|---|
static TestHttpClient |
testHttpClient(ApplicationUnderTest applicationUnderTest) |
static TestHttpClient |
testHttpClient(ApplicationUnderTest applicationUnderTest,
Action<RequestSpecification> requestConfigurer) |
public static TestHttpClient testHttpClient(ApplicationUnderTest applicationUnderTest)
public static TestHttpClient testHttpClient(ApplicationUnderTest applicationUnderTest, @Nullable Action<RequestSpecification> requestConfigurer)