public abstract class TestHttpClients
extends java.lang.Object
| Constructor and Description |
|---|
TestHttpClients() |
| Modifier and Type | Method and Description |
|---|---|
static TestHttpClient |
testHttpClient(ApplicationUnderTest applicationUnderTest) |
static TestHttpClient |
testHttpClient(ApplicationUnderTest applicationUnderTest,
ratpack.func.Action<? super ratpack.http.client.RequestSpec> requestConfigurer) |
public static TestHttpClient testHttpClient(ApplicationUnderTest applicationUnderTest)
public static TestHttpClient testHttpClient(ApplicationUnderTest applicationUnderTest, @Nullable ratpack.func.Action<? super ratpack.http.client.RequestSpec> requestConfigurer)