Class UnitTestProperties

java.lang.Object
com.streambase.sb.unittest.UnitTestProperties

public final class UnitTestProperties extends Object
Unit test properties
  • Field Details

    • MODULE_SEARCH_PATH_LIST

      public static final List<String> MODULE_SEARCH_PATH_LIST
      A series of paths (similar to classpath) that will be searched for sbapps in the test system.
    • SERVER_CONF_PATH

      public static final String SERVER_CONF_PATH
      A path to a .sbconf file for the test system. The value is set from the string value of the system property streambase.unit-test.server-conf, and if missing is set to the empty string (no specified configuration file).