Class AbstractAllianceIntegrationTest

java.lang.Object
org.codice.ddf.itests.common.AbstractIntegrationTest
org.codice.alliance.test.itests.common.AbstractAllianceIntegrationTest

public abstract class AbstractAllianceIntegrationTest extends org.codice.ddf.itests.common.AbstractIntegrationTest
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.codice.ddf.itests.common.AbstractIntegrationTest

    org.codice.ddf.itests.common.AbstractIntegrationTest.DynamicPort, org.codice.ddf.itests.common.AbstractIntegrationTest.DynamicUrl, org.codice.ddf.itests.common.AbstractIntegrationTest.HomeAwareVmOption, org.codice.ddf.itests.common.AbstractIntegrationTest.HomePermVmOption, org.codice.ddf.itests.common.AbstractIntegrationTest.HomePolicyVmOption
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String[]
     

    Fields inherited from class org.codice.ddf.itests.common.AbstractIntegrationTest

    ADMIN_ALL_SOURCES_PATH, ADMIN_STATUS_PATH, BASE_PORT, basePort, bundleContext, bundleService, configAdmin, console, CSW_EVENT_PATH, CSW_PATH, CSW_RECORD_RESOURCE_PATH, CSW_REQUEST_RESOURCE_PATH, CSW_SOURCE_ID, CSW_SUBSCRIPTION_PATH, DDF_HOME_PROPERTY, ddfHome, DEFAULT_LOG_LEVEL, DEFAULT_PORT, DEFAULT_REQUIRED_APPS, features, FILE_PERMISSIONS, GENERIC_TIMEOUT_MILLISECONDS, GENERIC_TIMEOUT_SECONDS, GLOBAL_LOG_LEVEL_PROPERTY, HTTP_PORT, HTTPS_PORT, JSON_RECORD_RESOURCE_PATH, LOGGER, LOGGER_CONFIGURATION_FILE_PATH, metatype, OPENSEARCH_PATH, OPENSEARCH_SOURCE_ID, paxExamRule, placeHolderSocket, REMOVE_ALL, RESOURCE_DOWNLOAD_ENDPOINT_ROOT, RESOURCE_VARIABLE_DELIMETER, REST_PATH, resultLogger, RMI_REG_PORT, RMI_SERVER_PORT, SERVICE_ROOT, sessionFactory, SSH_PORT, stopwatch, SYSTEM_ADMIN_USER, SYSTEM_ADMIN_USER_PASSWORD, TEST_LOG_LEVEL_PROPERTY, TEST_SECURITY_LOG_LEVEL_PROPERTY, XML_RECORD_RESOURCE_PATH
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.ops4j.pax.exam.Option[]
     
    protected org.ops4j.pax.exam.Option[]
     
    protected io.restassured.response.ValidatableResponse
    executeOpenSearch(String format, String... query)
     
    static String
     
    static String
    getAllianceItestResource(String filePath, com.google.common.collect.ImmutableMap params)
     
     
    protected String[]
     
    void
     

    Methods inherited from class org.codice.ddf.itests.common.AbstractIntegrationTest

    beforeSuite, clearCatalog, clearCatalogAndWait, combineOptions, config, configureBundle, configureConfigurationPorts, configureCustom, configureIncludeUnstableTests, configureLogLevel, configureMavenRepos, configurePaxExam, configureRestForBasic, configureRestForBasic, configureRestForGuest, configureRestForGuest, configureRestForSaml, configureSystemSettings, configureVmOptions, createSetLogLevelOption, getAdminConfig, getBasePort, getCatalogBundle, getFileContent, getFileContent, getFileContent, getFileContentAsStream, getFileContentAsStream, getFilePermissionsOption, getSecurityPolicy, getServiceManager, getUrlResourceReaderConfigurator, initFacades, installStartupFile, installStartupFile, isCatalogEmpty, waitForSystemReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DEFAULT_ALLIANCE_APPS

      protected static final String[] DEFAULT_ALLIANCE_APPS
  • Constructor Details

    • AbstractAllianceIntegrationTest

      public AbstractAllianceIntegrationTest()
  • Method Details

    • getDefaultRequiredApps

      protected String[] getDefaultRequiredApps()
      Overrides:
      getDefaultRequiredApps in class org.codice.ddf.itests.common.AbstractIntegrationTest
    • waitForBaseSystemFeatures

      public void waitForBaseSystemFeatures()
      Overrides:
      waitForBaseSystemFeatures in class org.codice.ddf.itests.common.AbstractIntegrationTest
    • configureDistribution

      protected org.ops4j.pax.exam.Option[] configureDistribution()
      Overrides:
      configureDistribution in class org.codice.ddf.itests.common.AbstractIntegrationTest
    • configureStartScript

      protected org.ops4j.pax.exam.Option[] configureStartScript()
      Overrides:
      configureStartScript in class org.codice.ddf.itests.common.AbstractIntegrationTest
    • getAllianceItestResourceAsStream

      public static InputStream getAllianceItestResourceAsStream(String filePath)
    • getAllianceItestResource

      public static String getAllianceItestResource(String filePath)
    • getAllianceItestResource

      public static String getAllianceItestResource(String filePath, com.google.common.collect.ImmutableMap params)
    • executeOpenSearch

      protected io.restassured.response.ValidatableResponse executeOpenSearch(String format, String... query)