public interface ApplicationUnderTest
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getAddress()
The address of the application under test, which is guaranteed to be listening for requests.
|
default TestHttpClient |
getHttpClient()
Creates a new test HTTP client that makes requests to this application.
|
java.net.URI getAddress()
Implementations should start the application if it has not already been started before returning from this method.
default TestHttpClient getHttpClient()