Class BaseTestEnvironment

java.lang.Object
com.streambase.sb.unittest.BaseTestEnvironment
All Implemented Interfaces:
SBTestEnvironment

public class BaseTestEnvironment extends Object implements SBTestEnvironment
A default implementation of SBTestEnvironment for use by SBServerManager instances. Retrieve the singleton DEFAULT_ENVIRONMENT for most uses.
Since:
6.6
  • Field Details

  • Constructor Details

    • BaseTestEnvironment

      public BaseTestEnvironment()
      Create a basic test environment that configures from a server configuration file per a system property
      See Also:
    • BaseTestEnvironment

      public BaseTestEnvironment(String confFilePath)
      Create a basic test environment that uses a specific configuration file
      Parameters:
      confFilePath - The path to the conf file
      Since:
      6.6.13
    • BaseTestEnvironment

      public BaseTestEnvironment(String confFilePath, Map<String,String> engineSystemProperties)
      Create a basic test environment that uses a specific configuration file
      Parameters:
      confFilePath - The path to the conf file
      engineSystemProperties - any engine-specific system properties associated with this environment, an empty map if none
      Since:
      10.5.0
  • Method Details