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.testSubclasses of ServerBackedApplicationUnderTest in ratpack.groovy.test Modifier and Type Class Description classGroovyRatpackMainApplicationUnderTest
- 
Uses of ServerBackedApplicationUnderTest in ratpack.testSubclasses of ServerBackedApplicationUnderTest in ratpack.test Modifier and Type Class Description classMainClassApplicationUnderTestAn 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 ServerBackedApplicationUnderTestServerBackedApplicationUnderTest. of(RatpackServer ratpackServer)Creates a new instance backed by the given server.static ServerBackedApplicationUnderTestServerBackedApplicationUnderTest. of(Factory<? extends RatpackServer> ratpackServer)Creates a new instance backed by the server returned by the given function.
 
-