| |
|
| java.lang.Object com.db4o.test.TestSuite com.db4o.test.AllTestsConfAll
All known Subclasses: com.db4o.test.AllTests, com.db4o.test.TwoClients, com.db4o.test.Semaphores, com.db4o.test.ConfMemTrack,
BLOB_PATH | public static String BLOB_PATH(Code) | | path to blobs held externally
|
CLIENT_SERVER | public boolean CLIENT_SERVER(Code) | | run the tests in client/server mode
|
DB4O_PASSWORD | public static String DB4O_PASSWORD(Code) | | the db4o password.
|
DB4O_USER | public static String DB4O_USER(Code) | | the db4o user.
|
DELETE_FILE | public boolean DELETE_FILE(Code) | | delete the database files
|
EMBEDDED_CLIENT | public static boolean EMBEDDED_CLIENT(Code) | | use ObjectServer#openClient() instead of Db4o.openClient()
|
FILE_SERVER | public static String FILE_SERVER(Code) | | the database file to be used for the server.
|
FILE_SOLO | public static String FILE_SOLO(Code) | | the database file to be used stand-alone.
|
MEMORY_FILE | public static boolean MEMORY_FILE(Code) | | run the test against a memory file instead of disc file
|
REMOTE_SERVER | final boolean REMOTE_SERVER(Code) | | run the client/server test against a remote server.
This requires AllTestsServer to be started on the other machine and
SERVER_HOSTNAME to be set correctly.
|
RUNS | public int RUNS(Code) | | the number of test runs
|
SERVER_HOSTNAME | public static String SERVER_HOSTNAME(Code) | | the server host name.
|
SERVER_PORT | public static int SERVER_PORT(Code) | | the server port.
|
SOLO | public boolean SOLO(Code) | | run the tests stand-alone
|
TEST_CONFIGURATION | final protected static String TEST_CONFIGURATION(Code) | | |
|
|
|