Package com.streambase.sb.unittest
Class UnitTestProperties
java.lang.Object
com.streambase.sb.unittest.UnitTestProperties
Unit test properties
-
Field Summary
Modifier and TypeFieldDescriptionA series of paths (similar to classpath) that will be searched for sbapps in the test system.static final String
A path to a .sbconf file for the test system. -
Method Summary
-
Field Details
-
MODULE_SEARCH_PATH_LIST
A series of paths (similar to classpath) that will be searched for sbapps in the test system. -
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).
-