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.
- Author:
- Ce
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path_conf
public static java.lang.String path_conf
db_url
public static java.lang.String db_url
db_username
public static java.lang.String db_username
db_password
public static java.lang.String db_password
db_schema
public static java.lang.String db_schema
dir_working
static java.lang.String dir_working
dir_out
public static java.lang.String dir_out
Config.test
public Config.test()
flushTestConfiguration
public static void flushTestConfiguration()
- Write configuration for testing to
Config
.