Package ratpack.groovy.test
Class GroovyRatpackMainApplicationUnderTest
- java.lang.Object
-
- ratpack.test.ServerBackedApplicationUnderTest
-
- ratpack.test.MainClassApplicationUnderTest
-
- ratpack.groovy.test.GroovyRatpackMainApplicationUnderTest
-
- All Implemented Interfaces:
AutoCloseable
,ApplicationUnderTest
,CloseableApplicationUnderTest
public class GroovyRatpackMainApplicationUnderTest extends MainClassApplicationUnderTest
-
-
Constructor Summary
Constructors Constructor Description GroovyRatpackMainApplicationUnderTest()
-
Method Summary
-
Methods inherited from class ratpack.test.MainClassApplicationUnderTest
createServer
-
Methods inherited from class ratpack.test.ServerBackedApplicationUnderTest
addDefaultImpositions, addImpositions, close, createImpositions, getAddress, of, of, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ratpack.test.ApplicationUnderTest
getHttpClient
-
Methods inherited from interface ratpack.test.CloseableApplicationUnderTest
test
-
-