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.
|
Class and Description |
---|
BaseDirBuilder |
EmbeddedApplication
An application created and used at runtime, useful for functionally testing subsets of functionality.
|
EmbeddedApplicationSupport
A support implementation that handles the file system and
ApplicationUnderTest requirements. |
LaunchConfigEmbeddedApplication
A supporting implementation of
EmbeddedApplication that starts a server based on a subclass provided LaunchConfig . |
Class and Description |
---|
BaseDirBuilder |
EmbeddedApplication
An application created and used at runtime, useful for functionally testing subsets of functionality.
|
EmbeddedApplicationSupport
A support implementation that handles the file system and
ApplicationUnderTest requirements. |
PathBaseDirBuilder
A
BaseDirBuilder that is based on an initial Path . |