public interface CommonTests
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseURL()
Get the base URL.
|
javax.ws.rs.client.Client |
getClient()
Get the HTTP client.
|
default javax.ws.rs.client.WebTarget |
target()
Get a web target pointing to the base URL.
|
default javax.ws.rs.client.WebTarget |
target(java.lang.String url)
Get a web target pointing to the provided URL.
|
javax.ws.rs.client.Client getClient()
java.lang.String getBaseURL()
default javax.ws.rs.client.WebTarget target()
default javax.ws.rs.client.WebTarget target(java.lang.String url)
url - the URL