Package | Description |
---|---|
ratpack.groovy.test.embed |
Support for creating Groovy based embedded applications.
|
Modifier and Type | Method and Description |
---|---|
default GroovyEmbeddedApp.Spec |
GroovyEmbeddedApp.Spec.baseDir(BaseDirBuilder baseDirBuilder) |
default GroovyEmbeddedApp.Spec |
GroovyEmbeddedApp.Spec.baseDir(Path baseDir) |
GroovyEmbeddedApp.Spec |
GroovyEmbeddedApp.Spec.baseDir(Supplier<? extends Path> baseDirSupplier) |
GroovyEmbeddedApp.Spec |
GroovyEmbeddedApp.Spec.bindings(Closure<?> closure)
Specifies the bindings of the application.
|
GroovyEmbeddedApp.Spec |
GroovyEmbeddedApp.Spec.handlers(Closure<?> closure)
Specifies the handlers of the application.
|
GroovyEmbeddedApp.Spec |
GroovyEmbeddedApp.Spec.launchConfig(Closure<?> closure)
Modifies the launch config of the application.
|
GroovyEmbeddedApp.Spec |
GroovyEmbeddedApp.Spec.parentInjector(Injector parentInjector) |