|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.test.TestAll
public class TestAll
The main test application. JUnit is not used because loops are easier to write in regular java applications (most tests are ran multiple times using different settings).
Field Summary | |
---|---|
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 |
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 |
jdk14
If only JDK 1.4 methods should be tested. |
boolean |
memory
If in-memory databases should be used. |
boolean |
mvcc
If the multi version concurrency control mode should be used. |
boolean |
nestedJoins
Support nested joins. |
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 Summary | |
---|---|
TestAll()
|
Method Summary | |
---|---|
static void |
main(java.lang.String... args)
Run all tests. |
static void |
printSystemInfo()
Print system information. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean big
public boolean networked
public boolean memory
public boolean codeCoverage
public boolean mvcc
public java.lang.String cipher
public boolean jdk14
public int traceLevelFile
public boolean traceTest
public boolean googleAppEngine
public boolean diskResult
public boolean reopen
public boolean splitFileSystem
public boolean nestedJoins
Constructor Detail |
---|
public TestAll()
Method Detail |
---|
public static void main(java.lang.String... args) throws java.lang.Exception
args
- the command line arguments
java.lang.Exception
public static void printSystemInfo()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |