public class TestAll
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
big
If the test should run with many rows.
|
java.lang.String |
cipher
The cipher to use (null for unencrypted).
|
boolean |
codeCoverage
If code coverage is enabled.
|
boolean |
coverage
Whether the test is running with code coverage.
|
boolean |
diskResult
If a small cache and a low number for MAX_MEMORY_ROWS should be used.
|
boolean |
fast
If only fast tests should be run.
|
boolean |
googleAppEngine
If testing on Google App Engine.
|
int |
lockTimeout
The lock timeout to use
|
boolean |
memory
If in-memory databases should be used.
|
boolean |
mvcc
If the multi version concurrency control mode should be used.
|
boolean |
mvStore
Whether the MVStore storage is used.
|
boolean |
networked
If remote database connections should be used.
|
boolean |
reopen
Test using the recording file system.
|
boolean |
splitFileSystem
Test the split file system.
|
int |
traceLevelFile
The file trace level value to use.
|
boolean |
traceTest
If test trace information should be written (for debugging only).
|
| Constructor and Description |
|---|
TestAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTest()
Stop the server if it was started.
|
void |
beforeTest()
This method is called before a complete set of tests is run.
|
static void |
main(java.lang.String... args)
Run all tests.
|
static void |
printSystemInfo()
Print system information.
|
java.lang.String |
toString() |
public final boolean mvStore
public boolean big
public boolean networked
public boolean memory
public boolean coverage
public boolean codeCoverage
public boolean mvcc
public java.lang.String cipher
public int traceLevelFile
public boolean traceTest
public boolean googleAppEngine
public boolean diskResult
public boolean reopen
public boolean splitFileSystem
public boolean fast
public int lockTimeout
public static void main(java.lang.String... args)
throws java.lang.Exception
args - the command line argumentsjava.lang.Exceptionpublic void beforeTest()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void afterTest()
public static void printSystemInfo()
public java.lang.String toString()
toString in class java.lang.Object