| Package | Description |
|---|---|
| ratpack.groovy.test.embed |
Support for creating Groovy based embedded applications.
|
| ratpack.test.embed |
Support for creating embedded applications at test time, for testing Ratpack features and extensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClosureBackedEmbeddedApplication
A highly configurable
EmbeddedApplication implementation that allows the application to be defined in code at runtime. |
| Modifier and Type | Class and Description |
|---|---|
class |
LaunchConfigEmbeddedApplication
A supporting implementation of
EmbeddedApplication that starts a server based on a subclass provided LaunchConfig. |