Interface IntegrationTestConfiguration

All Known Implementing Classes:
DefaultB2BIntegrationTestConfiguration, DefaultIntegrationTestConfiguration

public interface IntegrationTestConfiguration
Configuration container for integration test execution
  • Method Details

    • getImpexToImport

      List<String> getImpexToImport()
      Returns:
      list of impex files to import
    • getEngine

      default CPQEngineForTest getEngine()
      Returns:
      CPQEngineForTest to be used, default is MOCK
    • getLoginData

      default LoginData getLoginData()
      Returns:
      Login data to be used for test
    • getBaseSite

      default String getBaseSite()
      Returns:
      base site to be used for test. default is 'testConfigureSite'
    • addAdditionalImpex

      void addAdditionalImpex(String impexPath)
      Parameters:
      impexPath - adds an additional impex to be imported