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