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 | Method and Description |
---|---|
static EmbeddedApplication |
EmbeddedApplications.embeddedApp(BaseDirBuilder baseDir,
Closure<?> config)
Constructs a closure backed embedded application with a base dir.
|
static EmbeddedApplication |
EmbeddedApplications.embeddedApp(Closure<?> config)
Constructs a closure backed embedded application with no base dir.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedApplicationSupport
A support implementation that handles the file system and
ApplicationUnderTest requirements. |
class |
LaunchConfigEmbeddedApplication
A supporting implementation of
EmbeddedApplication that starts a server based on a subclass provided LaunchConfig . |