|
||||||||
| 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.unit.TestReopen
public class TestReopen
A test that calls another test, and after each write operation to the database file, it copies the file, and tries to reopen it.
| Field Summary |
|---|
| Fields inherited from class org.h2.test.TestBase |
|---|
BASE_TEST_DIR, config, start, TEMP_DIR, uniqueId |
| Fields inherited from interface org.h2.store.fs.Recorder |
|---|
COPY, CREATE_DIRECTORY, CREATE_NEW_FILE, CREATE_TEMP_FILE, DELETE, OPEN_OUTPUT_STREAM, RENAME, TRUNCATE, WRITE |
| Constructor Summary | |
|---|---|
TestReopen()
|
|
| Method Summary | |
|---|---|
void |
log(int op,
java.lang.String fileName,
byte[] data,
long x)
Record the method. |
static void |
main(java.lang.String... a)
Run just this test. |
void |
test()
This method will be called by the test framework. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestReopen()
| Method Detail |
|---|
public static void main(java.lang.String... a)
throws java.lang.Exception
a - ignored
java.lang.Exception
public void test()
throws java.lang.Exception
TestBase
test in class TestBasejava.lang.Exception - if an exception in the test occurs
public void log(int op,
java.lang.String fileName,
byte[] data,
long x)
Recorder
log in interface Recorderop - the operationfileName - the file name or file name listdata - the data or nullx - the value or 0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||