- getAddress() - Method in interface ratpack.test.ApplicationUnderTest
-
The address of the application under test, which is guaranteed to be accepting requests.
- getAddress() - Method in class ratpack.test.embed.EmbeddedApplicationSupport
-
The address of the application under test, which is guaranteed to be accepting requests.
- getAddress() - Method in class ratpack.test.ServerBackedApplicationUnderTest
-
- 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.
- getControl() - Method in interface ratpack.test.exec.ExecHarness
-
The execution control for the harness.
- getException() - Method in interface ratpack.test.handling.HandlingResult
-
The exception thrown or given to Context.error(Exception), unless a custom error handler is in use.
- getHeaders() - Method in interface ratpack.test.handling.HandlingResult
-
The final response headers.
- 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.
- getRegistry() - Method in class ratpack.test.handling.RequestFixtureAction
-
A specification of the context registry.
- getRequestFixture() - Method in class ratpack.test.handling.RequestFixtureAction
-
- getRequestRegistry() - Method in interface ratpack.test.handling.HandlingResult
-
The final state of the request registry.
- getSentFile() - Method in interface ratpack.test.handling.HandlingResult
-
Indicates whether the result of invoking the handler was that it invoked one of the Response.sendFile(ratpack.exec.ExecControl, java.nio.file.Path) methods.
- getServer() - Method in interface ratpack.test.embed.EmbeddedApplication
-
The server for the application.
- getServer() - Method in class ratpack.test.embed.EmbeddedApplicationSupport
-
The server.
- getStatus() - Method in interface ratpack.test.handling.HandlingResult
-
The response status information.