- get() - Method in interface ratpack.test.http.TestHttpClient
-
Make a GET request with a path of "" this is the same as calling get("").
- get(String) - Method in interface ratpack.test.http.TestHttpClient
-
Make a GET request to the specified path.
- getAddress() - Method in interface ratpack.test.ApplicationUnderTest
-
The address of the application under test, which is guaranteed to be accepting requests.
- getAddress() - Method in interface ratpack.test.embed.EmbeddedApp
-
The address of the application under test, which is guaranteed to be accepting requests.
- getAddress() - Method in class ratpack.test.ServerBackedApplicationUnderTest
-
- getApplicationUnderTest() - Method in interface ratpack.test.http.TestHttpClient
-
- getBodyBytes() - Method in interface ratpack.test.handling.HandlingResult
-
The response body, as bytes.
- getBodyText() - Method in interface ratpack.test.handling.HandlingResult
-
The response body, interpreted as a utf8 string.
- getClientError() - Method in interface ratpack.test.handling.HandlingResult
-
The client error raised if any, unless a custom client error handler is in use.
- getController() - Method in interface ratpack.test.exec.ExecHarness
-
- getCookies(String) - Method in interface ratpack.test.http.TestHttpClient
-
Get cookies with Path= attribute equal to path and all its subpaths.
- getHeaders() - Method in interface ratpack.test.handling.HandlingResult
-
The final response headers.
- getHttpClient() - Method in interface ratpack.test.ApplicationUnderTest
-
Creates a new test HTTP client that tests this application.
- getRegistry() - Method in interface ratpack.test.handling.HandlingResult
-
The final state of the context registry.
- getRegistry() - Method in interface ratpack.test.handling.RequestFixture
-
A specification of the context registry.
- getRequestRegistry() - Method in interface ratpack.test.handling.HandlingResult
-
The final state of the request registry.
- getResponse() - Method in interface ratpack.test.http.TestHttpClient
-
- getRoot() - Method in interface ratpack.test.embed.EphemeralBaseDir
-
The root of the base dir.
- getSentFile() - Method in interface ratpack.test.handling.HandlingResult
-
- getServer() - Method in interface ratpack.test.embed.EmbeddedApp
-
The server for the application.
- getStatus() - Method in interface ratpack.test.handling.HandlingResult
-
The response status information.
- getText() - Method in interface ratpack.test.http.TestHttpClient
-
- getText(String) - Method in interface ratpack.test.http.TestHttpClient
-