Package | Description |
---|---|
ratpack.test.embed |
Support for creating embedded applications at test time, for testing Ratpack features and extensions.
|
ratpack.test.http |
Modifier and Type | Method and Description |
---|---|
TestHttpClient |
EmbeddedApplication.getHttpClient()
Creates a new test HTTP client that tests this embedded application.
|
TestHttpClient |
EmbeddedApplicationSupport.getHttpClient()
Creates a new test HTTP client that tests this embedded application.
|
Modifier and Type | Method and Description |
---|---|
static TestHttpClient |
TestHttpClients.testHttpClient(ApplicationUnderTest applicationUnderTest) |
static TestHttpClient |
TestHttpClients.testHttpClient(ApplicationUnderTest applicationUnderTest,
Action<? super RequestSpec> requestConfigurer) |