Uses of Class
ratpack.test.ServerBackedApplicationUnderTest
-
Packages that use ServerBackedApplicationUnderTest Package Description ratpack.groovy.test ratpack.test Fixtures used for testing Ratpack applications (seeApplicationUnderTest
). -
-
Uses of ServerBackedApplicationUnderTest in ratpack.groovy.test
Subclasses of ServerBackedApplicationUnderTest in ratpack.groovy.test Modifier and Type Class Description class
GroovyRatpackMainApplicationUnderTest
-
Uses of ServerBackedApplicationUnderTest in ratpack.test
Subclasses of ServerBackedApplicationUnderTest in ratpack.test Modifier and Type Class Description class
MainClassApplicationUnderTest
An application under test fixture that can be used to test a server started by a “main” method.Methods in ratpack.test that return ServerBackedApplicationUnderTest Modifier and Type Method Description static ServerBackedApplicationUnderTest
ServerBackedApplicationUnderTest. of(RatpackServer ratpackServer)
Creates a new instance backed by the given server.static ServerBackedApplicationUnderTest
ServerBackedApplicationUnderTest. of(Factory<? extends RatpackServer> ratpackServer)
Creates a new instance backed by the server returned by the given function.
-