| Package | Description |
|---|---|
| org.spincast.testing.core |
| Modifier and Type | Method and Description |
|---|---|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.get(String path)
Launches a GET request, using the given path (will be appended to the base test URL).
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.get(String path,
boolean https)
Launches a GET request, using the given path (will be appended to the base test URL).
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.get(String path,
Map<String,String> headers)
Launches a GET request, using the given path (will be appended to the base test URL).
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.get(String path,
Map<String,String> headers,
boolean https)
Launches a GET request, using the given path (will be appended to the base test URL).
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.get(String path,
Map<String,String> headers,
org.spincast.shaded.org.apache.http.client.config.RequestConfig requestConfig)
Launches a GET request, using the given path (will be appended to the base test URL).
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.get(String path,
Map<String,String> headers,
org.spincast.shaded.org.apache.http.client.config.RequestConfig requestConfig,
boolean https)
Launches a GET request, using the given path (will be appended to the base test URL).
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.get(String path,
org.spincast.shaded.org.apache.http.client.config.RequestConfig requestConfig)
Launches a GET request, using the given path (will be appended to the base test URL).
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.get(String path,
org.spincast.shaded.org.apache.http.client.config.RequestConfig requestConfig,
boolean https)
Launches a GET request, using the given path (will be appended to the base test URL).
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.getWithUrl(String url)
Launches a GET request, using the given full URL.
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.getWithUrl(String url,
Map<String,String> headers)
Launches a GET request, using the given full URL.
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.getWithUrl(String url,
Map<String,String> headers,
org.spincast.shaded.org.apache.http.client.config.RequestConfig requestConfig)
Launches a GET request, using the given full URL.
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.getWithUrl(String url,
org.spincast.shaded.org.apache.http.client.config.RequestConfig requestConfig)
Launches a GET request, using the given full URL.
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.methodWithUrl(HttpMethod method,
String url,
Map<String,String> headers,
org.spincast.shaded.org.apache.http.client.config.RequestConfig requestConfig)
Launches a request of a custom HTTP method, using the given full URL.
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.methodWithUrl(HttpMethod method,
String url,
Map<String,String> headers,
org.spincast.shaded.org.apache.http.client.config.RequestConfig requestConfig,
List<org.spincast.shaded.org.apache.http.NameValuePair> params)
Launches a request of a custom HTTP method, using the given full URL.
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.postJson(String path,
String json)
Launches a POST request using the given path (will be appended to the base test URL) and
by sending the "json" Json string and the Json content-type.
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.postStringEntity(String path,
String str,
String contentType)
Launches a POST request using the given path (will be appended to the base test URL) and
by sending the "str" String as the entity with the specified "contentType" content-type.
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.postWithHeaders(String path,
Map<String,String> headers)
Launches a POST request using the given path (will be appended to the base test URL)
and the specified headers.
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.postWithParams(String path,
List<org.spincast.shaded.org.apache.http.NameValuePair> params)
Launches a POST request using the given path (will be appended to the base test URL).
|
protected SpincastTestHttpResponse |
SpincastIntegrationTestBase.request(HttpMethod method,
String url,
Map<String,String> headers,
org.spincast.shaded.org.apache.http.client.config.RequestConfig requestConfig,
List<org.spincast.shaded.org.apache.http.NameValuePair> params,
String payload,
String contentTypeIn)
Launches a request of a custom HTTP method, using the given full URL.
|
Copyright © 2016. All rights reserved.