public class AllTestsConfPending
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BLOB_PATH
path to blobs held externally
|
boolean |
CLIENT_SERVER
run the tests in client/server mode
|
static java.lang.String |
DB4O_PASSWORD
the db4o password.
|
static java.lang.String |
DB4O_USER
the db4o user.
|
boolean |
DELETE_FILE
delete the database files
|
static boolean |
EMBEDDED_CLIENT
use ObjectServer#openClient() instead of Db4o.openClient()
|
static java.lang.String |
FILE_SERVER
the database file to be used for the server.
|
static java.lang.String |
FILE_SOLO
the database file to be used stand-alone.
|
static boolean |
MEMORY_FILE
run the test against a memory file instead of disc file
|
int |
RUNS
the number of test runs
|
static java.lang.String |
SERVER_HOSTNAME
the server host name.
|
static int |
SERVER_PORT
the server port.
|
boolean |
SOLO
run the tests stand-alone
|
java.lang.Class[] |
TESTS
test cases here
|
| Constructor and Description |
|---|
AllTestsConfPending() |
public java.lang.Class[] TESTS
public int RUNS
public boolean DELETE_FILE
public boolean SOLO
public boolean CLIENT_SERVER
public static boolean EMBEDDED_CLIENT
public static boolean MEMORY_FILE
public static java.lang.String FILE_SERVER
public static java.lang.String FILE_SOLO
public static java.lang.String SERVER_HOSTNAME
public static int SERVER_PORT
public static java.lang.String DB4O_USER
public static java.lang.String DB4O_PASSWORD
public static java.lang.String BLOB_PATH