Package | Description |
---|---|
ratpack.groovy.test | |
ratpack.groovy.test.embed |
Support for creating Groovy based embedded applications.
|
ratpack.test | |
ratpack.test.embed |
Support for creating embedded applications at test time, for testing Ratpack features and extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyRatpackMainApplicationUnderTest |
Modifier and Type | Interface and Description |
---|---|
interface |
GroovyEmbeddedApp
A highly configurable
EmbeddedApp implementation that allows the application to be defined in code at runtime. |
Modifier and Type | Class and Description |
---|---|
class |
MainClassApplicationUnderTest |
class |
ServerBackedApplicationUnderTest |
Modifier and Type | Method and Description |
---|---|
static CloseableApplicationUnderTest |
ApplicationUnderTest.of(Class<?> mainClass) |
static CloseableApplicationUnderTest |
ApplicationUnderTest.of(Class<?> mainClass,
Action<? super RegistrySpec> action) |
static CloseableApplicationUnderTest |
ApplicationUnderTest.of(Factory<? extends RatpackServer> ratpackServer) |
static CloseableApplicationUnderTest |
ApplicationUnderTest.of(RatpackServer ratpackServer) |
Modifier and Type | Interface and Description |
---|---|
interface |
EmbeddedApp
An application created and used at runtime, useful for functionally testing subsets of functionality.
|