Class OpenSearchTestCommons
java.lang.Object
org.codice.ddf.itests.common.opensearch.OpenSearchTestCommons
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.restassured.response.ValidatableResponsegetOpenSearch(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 admingetOpenSearchSourceProperties(String sourceId, String openSearchUrl, ServiceManager serviceManager)
-
Field Details
-
OPENSEARCH_SYMBOLIC_NAME
- See Also:
-
OPENSEARCH_FACTORY_PID
- See Also:
-
-
Method Details
-
getOpenSearchSourceProperties
-
getOpenSearch
public static io.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- Returns:
- Returns the ValidatableResponse object that will be used for validation
-