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.
|
java.lang.String |
collation
If not null the database should be opened with the collation parameter
|
boolean |
diskResult
If a small cache and a low number for MAX_MEMORY_ROWS should be used.
|
boolean |
googleAppEngine
If testing on Google App Engine.
|
boolean |
lazy
If lazy queries should be used.
|
int |
lockTimeout
The lock timeout to use
|
boolean |
memory
If in-memory databases should be used.
|
boolean |
multiThreaded
If the multi-threaded mode 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).
|
boolean |
travis
If only fast/CI/Jenkins/Travis tests should be run.
|
boolean |
vmlens
the vmlens.com race condition tool
|
| 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.
|
int |
getPort() |
static void |
main(java.lang.String... args)
Run all tests.
|
static void |
printSystemInfo()
Print system information.
|
java.lang.String |
toString() |
public boolean mvStore
public boolean big
public boolean networked
public boolean memory
public boolean codeCoverage
public boolean mvcc
public boolean multiThreaded
public boolean lazy
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 travis
public boolean vmlens
public int lockTimeout
public java.lang.String collation
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 int getPort()
public static void printSystemInfo()
public java.lang.String toString()
toString in class java.lang.Object