Searched refs:testEnv (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTest.java63 private TestEnv testEnv; field in class:StoredClassCatalogTest
71 public StoredClassCatalogTest(TestEnv testEnv) { argument
73 super(makeTestName(testEnv));
74 this.testEnv = testEnv;
77 static String makeTestName(TestEnv testEnv) { argument
78 return "StoredClassCatalogTest-" + testEnv.getName();
86 env = testEnv.open(makeTestName(testEnv), false);
106 config.setTransactional(testEnv
[all...]
H A DStoredClassCatalogTestInit.java62 private TestEnv testEnv; field in class:StoredClassCatalogTestInit
69 public StoredClassCatalogTestInit(TestEnv testEnv) { argument
71 super("StoredClassCatalogTestInit-" + testEnv.getName());
72 this.testEnv = testEnv;
80 env = testEnv.open(StoredClassCatalogTest.makeTestName(testEnv));
98 config.setTransactional(testEnv.isTxnMode());
126 testEnv = null;
H A DTupleSerialFactoryTest.java59 private TestEnv testEnv; field in class:TupleSerialFactoryTest
74 public TupleSerialFactoryTest(TestEnv testEnv, boolean isSorted) { argument
78 this.testEnv = testEnv;
81 String name = "TupleSerialFactoryTest-" + testEnv.getName();
91 env = testEnv.open(getName());
129 testEnv = null;
168 config.setTransactional(testEnv.isTxnMode());
183 secConfig.setTransactional(testEnv.isTxnMode());
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTest.java63 private TestEnv testEnv; field in class:StoredClassCatalogTest
71 public StoredClassCatalogTest(TestEnv testEnv) { argument
73 super(makeTestName(testEnv));
74 this.testEnv = testEnv;
77 static String makeTestName(TestEnv testEnv) { argument
78 return "StoredClassCatalogTest-" + testEnv.getName();
86 env = testEnv.open(makeTestName(testEnv), false);
106 config.setTransactional(testEnv
[all...]
H A DStoredClassCatalogTestInit.java62 private TestEnv testEnv; field in class:StoredClassCatalogTestInit
69 public StoredClassCatalogTestInit(TestEnv testEnv) { argument
71 super("StoredClassCatalogTestInit-" + testEnv.getName());
72 this.testEnv = testEnv;
80 env = testEnv.open(StoredClassCatalogTest.makeTestName(testEnv));
98 config.setTransactional(testEnv.isTxnMode());
126 testEnv = null;
H A DTupleSerialFactoryTest.java59 private TestEnv testEnv; field in class:TupleSerialFactoryTest
74 public TupleSerialFactoryTest(TestEnv testEnv, boolean isSorted) { argument
78 this.testEnv = testEnv;
81 String name = "TupleSerialFactoryTest-" + testEnv.getName();
91 env = testEnv.open(getName());
129 testEnv = null;
168 config.setTransactional(testEnv.isTxnMode());
183 secConfig.setTransactional(testEnv.isTxnMode());
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTest.java63 private TestEnv testEnv; field in class:StoredClassCatalogTest
71 public StoredClassCatalogTest(TestEnv testEnv) { argument
73 super(makeTestName(testEnv));
74 this.testEnv = testEnv;
77 static String makeTestName(TestEnv testEnv) { argument
78 return "StoredClassCatalogTest-" + testEnv.getName();
86 env = testEnv.open(makeTestName(testEnv), false);
106 config.setTransactional(testEnv
[all...]
H A DStoredClassCatalogTestInit.java62 private TestEnv testEnv; field in class:StoredClassCatalogTestInit
69 public StoredClassCatalogTestInit(TestEnv testEnv) { argument
71 super("StoredClassCatalogTestInit-" + testEnv.getName());
72 this.testEnv = testEnv;
80 env = testEnv.open(StoredClassCatalogTest.makeTestName(testEnv));
98 config.setTransactional(testEnv.isTxnMode());
126 testEnv = null;
H A DTupleSerialFactoryTest.java59 private TestEnv testEnv; field in class:TupleSerialFactoryTest
74 public TupleSerialFactoryTest(TestEnv testEnv, boolean isSorted) { argument
78 this.testEnv = testEnv;
81 String name = "TupleSerialFactoryTest-" + testEnv.getName();
91 env = testEnv.open(getName());
129 testEnv = null;
168 config.setTransactional(testEnv.isTxnMode());
183 secConfig.setTransactional(testEnv.isTxnMode());
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java74 private TestEnv testEnv; field in class:ForeignKeyTest
88 public ForeignKeyTest(TestEnv testEnv, ForeignKeyDeleteAction onDelete, argument
91 super("ForeignKeyTest-" + testEnv.getName() + '-' + onDeleteLabel);
93 this.testEnv = testEnv;
102 env = testEnv.open(getName());
134 testEnv = null;
178 config.setTransactional(testEnv.isTxnMode());
196 secConfig.setTransactional(testEnv.isTxnMode());
H A DCollectionTest.java94 private TestEnv testEnv; field in class:CollectionTest
219 public CollectionTest(TestEnv testEnv, TestStore testStore, argument
224 this.testEnv = testEnv;
242 testName = testEnv.getName() + '-' + testStore.getName() +
260 env = testEnv.open(testName);
336 testEnv = null;
359 assertEquals(testEnv.isTxnMode(), cont.isTransactional());
599 if (testEnv.isCdbMode()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java74 private TestEnv testEnv; field in class:ForeignKeyTest
88 public ForeignKeyTest(TestEnv testEnv, ForeignKeyDeleteAction onDelete, argument
91 super("ForeignKeyTest-" + testEnv.getName() + '-' + onDeleteLabel);
93 this.testEnv = testEnv;
102 env = testEnv.open(getName());
134 testEnv = null;
178 config.setTransactional(testEnv.isTxnMode());
196 secConfig.setTransactional(testEnv.isTxnMode());
H A DCollectionTest.java94 private TestEnv testEnv; field in class:CollectionTest
219 public CollectionTest(TestEnv testEnv, TestStore testStore, argument
224 this.testEnv = testEnv;
242 testName = testEnv.getName() + '-' + testStore.getName() +
260 env = testEnv.open(testName);
336 testEnv = null;
359 assertEquals(testEnv.isTxnMode(), cont.isTransactional());
599 if (testEnv.isCdbMode()) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java74 private TestEnv testEnv; field in class:ForeignKeyTest
88 public ForeignKeyTest(TestEnv testEnv, ForeignKeyDeleteAction onDelete, argument
91 super("ForeignKeyTest-" + testEnv.getName() + '-' + onDeleteLabel);
93 this.testEnv = testEnv;
102 env = testEnv.open(getName());
134 testEnv = null;
178 config.setTransactional(testEnv.isTxnMode());
196 secConfig.setTransactional(testEnv.isTxnMode());
H A DCollectionTest.java94 private TestEnv testEnv; field in class:CollectionTest
219 public CollectionTest(TestEnv testEnv, TestStore testStore, argument
224 this.testEnv = testEnv;
242 testName = testEnv.getName() + '-' + testStore.getName() +
260 env = testEnv.open(testName);
336 testEnv = null;
359 assertEquals(testEnv.isTxnMode(), cont.isTransactional());
599 if (testEnv.isCdbMode()) {

Completed in 205 milliseconds