util
Class Config.test
java.lang.Object
util.Config.test
- Enclosing class:
- Config
public static class Config.test
- extends java.lang.Object
WILL BE REMOVED LATTER.
Configuration for testing. The goal of this class is to
isolate testing configuration to normal configuration.
This class can only be called by functions in package
test.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
db_password
public static java.lang.String db_password
db_schema
public static java.lang.String db_schema
db_url
public static java.lang.String db_url
db_username
public static java.lang.String db_username
dir_out
public static java.lang.String dir_out
path_conf
public static java.lang.String path_conf
Config.test
public Config.test()
flushTestConfiguration
public static void flushTestConfiguration()
- Write configuration for testing to
Config
.