Package com.sleepycat.je.test

Examples of com.sleepycat.je.test.TxnTestSuite


            EnvironmentParams.ENV_RUN_CHECKPOINTER.getName(), "false");
    }
    public static Test suite() {
        /* Run these tests with user and autocommit txns. */
        return new TxnTestSuite(TxnFSyncTest.class,
                                envConfig,
                                new String [] {TxnTestCase.TXN_USER,
                                               TxnTestCase.TXN_AUTO});
    }
View Full Code Here

TOP

Related Classes of com.sleepycat.je.test.TxnTestSuite

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.