public class OpenSearchTestCommons extends Object
Modifier and Type | Field and Description |
---|---|
static String |
OPENSEARCH_FACTORY_PID |
static String |
OPENSEARCH_SYMBOLIC_NAME |
Constructor and Description |
---|
OpenSearchTestCommons() |
Modifier and Type | Method and Description |
---|---|
static com.jayway.restassured.response.ValidatableResponse |
getOpenSearch(String format,
String username,
String password,
String... queryParams)
Gets the validatable response of the open search query When admin is set to true, there is
additional authentication specifications for setting up as an admin
|
static Map<String,Object> |
getOpenSearchSourceProperties(String sourceId,
String openSearchUrl,
ServiceManager serviceManager) |
public static final String OPENSEARCH_SYMBOLIC_NAME
public static final String OPENSEARCH_FACTORY_PID
public static Map<String,Object> getOpenSearchSourceProperties(String sourceId, String openSearchUrl, ServiceManager serviceManager)
public static com.jayway.restassured.response.ValidatableResponse getOpenSearch(String format, String username, String password, String... queryParams)
This work is licensed under a Creative Commons Attribution 4.0 International License.