| com.sleepycat.je.test.TxnTestCase com.sleepycat.persist.test.IndexTest
IndexTest | public class IndexTest extends TxnTestCase (Code) | | Tests EntityIndex and EntityCursor in all their permutations.
author: Mark Hayes |
suite | public static Test suite()(Code) | | |
tearDown | public void tearDown() throws Exception(Code) | | The store must be closed before closing the environment.
|
testManyToMany | public void testManyToMany() throws DatabaseException(Code) | | { 0:{}, 1:{0}, 2:{0,1}, 3:{0,1,2}, 4:{0,1,2,3}
|
testOneToMany | public void testOneToMany() throws DatabaseException(Code) | | { 0:{}, 1:{10}, 2:{20,21}, 3:{30,31,32}, 4:{40,41,42,43}
|
|
|