public class ServerBackedApplicationUnderTest extends java.lang.Object implements ApplicationUnderTest
| Constructor and Description |
|---|
ServerBackedApplicationUnderTest(ratpack.util.Factory<ratpack.server.RatpackServer> serverFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getAddress()
The address of the application under test, which is guaranteed to be accepting requests.
|
void |
stop() |
public ServerBackedApplicationUnderTest(ratpack.util.Factory<ratpack.server.RatpackServer> serverFactory)
public java.net.URI getAddress()
ApplicationUnderTestgetAddress in interface ApplicationUnderTestpublic void stop()