Class OpenSearchTestCommons

java.lang.Object
org.codice.ddf.itests.common.opensearch.OpenSearchTestCommons

public class OpenSearchTestCommons extends Object
  • Field Details

  • Method Details

    • getOpenSearchSourceProperties

      public static Map<String,Object> getOpenSearchSourceProperties(String sourceId, String openSearchUrl, ServiceManager serviceManager)
    • 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