public interface ApplicationUnderTest
This will be called on demand. Implementations may bootstrap the application the first time the address is asked for.
Implementations do not need to be thread safe.
Modifier and Type | Method and Description |
---|---|
URI |
getAddress()
The address of the application under test, which is guaranteed to be accepting requests.
|
URI getAddress()