Package | Description |
---|---|
ratpack.test | |
ratpack.util |
General purpose types and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
RatpackMainServerFactory |
Constructor and Description |
---|
ServerBackedApplicationUnderTest(Factory<RatpackServer> serverFactory) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
ExceptionUtils.uncheck(Factory<T> factory)
Executes the given factory, returning its result and unchecking any exceptions it throws.
|