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<? super RequestSpec> requestConfigurer) |
public static TestHttpClient testHttpClient(ApplicationUnderTest applicationUnderTest)
public static TestHttpClient testHttpClient(ApplicationUnderTest applicationUnderTest, @Nullable Action<? super RequestSpec> requestConfigurer)