Package | Description |
---|---|
ratpack.groovy.test | |
ratpack.test |
Modifier and Type | Class and Description |
---|---|
class |
GroovyRatpackMainApplicationUnderTest |
Modifier and Type | Class and Description |
---|---|
class |
MainClassApplicationUnderTest
An application under test fixture that can be used to test a server started by a “main” method.
|
Modifier and Type | Method and Description |
---|---|
static ServerBackedApplicationUnderTest |
ServerBackedApplicationUnderTest.of(Factory<? extends RatpackServer> ratpackServer)
Creates a new instance backed by the server returned by the given function.
|
static ServerBackedApplicationUnderTest |
ServerBackedApplicationUnderTest.of(RatpackServer ratpackServer)
Creates a new instance backed by the given server.
|