|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.test.TestBase
org.h2.test.synth.TestHalt
org.h2.test.synth.TestHaltApp
public class TestHaltApp
The application code for the TestHalt
application.
Field Summary |
---|
Fields inherited from class org.h2.test.synth.TestHalt |
---|
conn, FLAG_LOBS, FLAG_NO_DELAY, flags, OP_DELETE, OP_INSERT, OP_SELECT, OP_UPDATE, operations, random, value |
Fields inherited from class org.h2.test.TestBase |
---|
BASE_TEST_DIR, config, start, TEMP_DIR, uniqueId |
Constructor Summary | |
---|---|
TestHaltApp()
|
Method Summary | |
---|---|
protected void |
controllerCheckAfterCrash()
This method is called after a simulated crash. |
protected void |
controllerInit()
Initialize the database. |
protected void |
controllerWaitAfterAppStart()
Wait after the application has been started. |
static void |
main(java.lang.String... args)
This method is called when executing this application from the command line. |
protected void |
processAppRun()
Run the application code. |
protected void |
processAppStart()
Initialize the application. |
Methods inherited from class org.h2.test.synth.TestHalt |
---|
disconnect, getRandomString, init, test, traceOperation, traceOperation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestHaltApp()
Method Detail |
---|
public static void main(java.lang.String... args) throws java.lang.Exception
args
- the command line parameters
java.lang.Exception
protected void controllerInit() throws java.sql.SQLException
java.sql.SQLException
protected void controllerWaitAfterAppStart() throws java.lang.Exception
java.lang.Exception
protected void controllerCheckAfterCrash() throws java.sql.SQLException
java.sql.SQLException
- if the data is not consistent.protected void processAppStart() throws java.sql.SQLException
java.sql.SQLException
protected void processAppRun() throws java.sql.SQLException
java.sql.SQLException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |