|
||||||||
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.store.TestMVStore
public class TestMVStore
Tests the MVStore.
Field Summary |
---|
Fields inherited from class org.h2.test.TestBase |
---|
BASE_TEST_DIR, config, start, TEMP_DIR, uniqueId |
Constructor Summary | |
---|---|
TestMVStore()
|
Method Summary | |
---|---|
protected static void |
log(java.lang.String msg)
Log the message. |
static void |
main(java.lang.String... a)
Run just this test. |
protected static MVStore |
openStore(java.lang.String fileName)
Open a store for the given file name, using a small page size. |
protected static MVStore |
openStore(java.lang.String fileName,
int pageSplitSize)
Open a store for the given file name, using a small page size. |
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 TestMVStore()
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 TestBase
java.lang.Exception
- if an exception in the test occursprotected static MVStore openStore(java.lang.String fileName)
fileName
- the file name (null for in-memory)
protected static MVStore openStore(java.lang.String fileName, int pageSplitSize)
fileName
- the file name (null for in-memory)pageSplitSize
- the page split size
protected static void log(java.lang.String msg)
msg
- the message
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |