Package com.streambase.sb.unittest
Class UnitTestProperties
- java.lang.Object
-
- com.streambase.sb.unittest.UnitTestProperties
-
public final class UnitTestProperties extends Object
Unit test properties
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>
MODULE_SEARCH_PATH_LIST
A series of paths (similar to classpath) that will be searched for sbapps in the test system.static String
SERVER_CONF_PATH
A path to a .sbconf file for the test system.
-
-
-
Field Detail
-
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 propertystreambase.unit-test.server-conf
, and if missing is set to the empty string (no specified configuration file).
-
-