org.h2.test.synth |
Javadoc package documentation
Synthetic tests using random operations or statements.
|
Java Source File Name | Type | Comment |
OutputCatcher.java | Class | Catches the output of another process. |
TestBtreeIndex.java | Class | A b-tree index test. |
TestCrashAPI.java | Class | A test that calls random methods with random parameters from JDBC objects. |
TestHalt.java | Class | Tests database recovery by destroying a process that writes to the database. |
TestHaltApp.java | Class | The application code for the
TestHalt application. |
TestJoin.java | Class | A test that runs random join statements against two databases and compares
the results. |
TestKill.java | Class | A random recovery test. |
TestKillProcess.java | Class | Test application for
TestKill . |
TestKillRestart.java | Class | Standalone recovery test. |
TestKillRestartMulti.java | Class | Standalone recovery test. |
TestRandomSQL.java | Class | This test executes random SQL statements generated using the BNF tool. |
TestSimpleIndex.java | Class | A test that runs random operations against a table to test the various index
implementations. |
TestThreads.java | Class | This test starts multiple threads and executes random operations in each
thread. |
TestTimer.java | Class | A recovery test that checks the consistency of a database (if it exists),
then deletes everything and runs in an endless loop executing random
operations. |