Ejemplo n.º 1
0
        public void TestRecnoWithRMW()
        {
            testName = "TestRecnoWithRMW";
            SetUpTest(true);

            // Use MoveCursorToRecno() as its move function.
            btCursorFunc = new BTCursorMoveFuncDelegate(
                ReturnRecno);

            // Move to a specified key and a key/data pair.
            MoveWithRMW(testHome, testName);
        }
Ejemplo n.º 2
0
        public void TestMoveToRecnoWithRMW()
        {
            testName = "TestMoveToRecnoWithRMW";
            testHome = testFixtureHome + "/" + testName;
            Configuration.ClearDir(testHome);

            btCursorFunc = new BTCursorMoveFuncDelegate(
                MoveCursorToRecno);

            // Move to a specified key and a key/data pair.
            MoveWithRMW(testHome, testName);
        }
        public void TestRecnoWithRMW()
        {
            testName = "TestRecnoWithRMW";
            SetUpTest(true);

            // Use MoveCursorToRecno() as its move function.
            btCursorFunc = new BTCursorMoveFuncDelegate(
                ReturnRecno);

            // Move to a specified key and a key/data pair.
            MoveWithRMW(testHome, testName);
        }
        public void TestMoveToRecnoWithRMW()
        {
            testName = "TestMoveToRecnoWithRMW";
            SetUpTest(true);

            btCursorFunc = new BTCursorMoveFuncDelegate(
                MoveCursorToRecno);

            // Move to a specified key and a key/data pair.
            MoveWithRMW(testHome, testName);
        }
Ejemplo n.º 5
0
        public void TestRecnoWithRMW()
        {
            testName = "TestRecnoWithRMW";
            testHome = testFixtureHome + "/" + testName;
            Configuration.ClearDir(testHome);

            // Use MoveCursorToRecno() as its move function.
            btCursorFunc = new BTCursorMoveFuncDelegate(
                ReturnRecno);

            // Move to a specified key and a key/data pair.
            MoveWithRMW(testHome, testName);
        }