|
||||||||
| 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 |
deleteIndex
If index files should be deleted before re-opening the database. |
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. |
int |
logMode
The log mode to use. |
boolean |
memory
If in-memory databases should be used. |
boolean |
mvcc
If the multi version concurrency control mode should be used. |
boolean |
networked
If remote database connections should be used. |
boolean |
pageStore
If the test should run with the page store flag. |
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. |
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 pageStore
public boolean big
public boolean networked
public boolean memory
public boolean deleteIndex
public boolean codeCoverage
public boolean mvcc
public int logMode
public java.lang.String cipher
public boolean jdk14
public int traceLevelFile
public boolean traceTest
public boolean googleAppEngine
public boolean diskResult
| 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.Exceptionpublic 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 | |||||||