|
||||||||
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.TestBtreeIndex
public class TestBtreeIndex
A b-tree index test.
Field Summary |
---|
Fields inherited from class org.h2.test.TestBase |
---|
BASE_TEST_DIR, config, start, TEMP_DIR, uniqueId |
Constructor Summary | |
---|---|
TestBtreeIndex()
|
Method Summary | |
---|---|
static void |
main(java.lang.String... a)
Run just this test. |
void |
test()
This method will be called by the test framework. |
void |
testCase(int seed)
Run a test case using the given seed value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestBtreeIndex()
Method Detail |
---|
public static void main(java.lang.String... a) throws java.lang.Exception
a
- ignored
java.lang.Exception
public void test() throws java.sql.SQLException
TestBase
test
in class TestBase
java.sql.SQLException
public void testCase(int seed) throws java.sql.SQLException
TestBase
testCase
in class TestBase
seed
- the random seed value
java.sql.SQLException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |