Package org.mongojack

Class TestDBUpdate

    • Constructor Detail

      • TestDBUpdate

        public TestDBUpdate()
    • Method Detail

      • setup

        public void setup()
      • testIncByOne

        public void testIncByOne()
      • testInc

        public void testInc()
      • testSet

        public void testSet()
      • testUnset

        public void testUnset()
      • testPush

        public void testPush()
      • testPushAllList

        public void testPushAllList()
      • testPushAllVarArgs

        public void testPushAllVarArgs()
      • testAddToSetSingle

        public void testAddToSetSingle()
      • testAddToSetList

        public void testAddToSetList()
      • testAddToSetListWithUpsert

        public void testAddToSetListWithUpsert()
      • testAddToSetVarArgs

        public void testAddToSetVarArgs()
      • testPopFirst

        public void testPopFirst()
      • testPopLast

        public void testPopLast()
      • testPull

        public void testPull()
      • testPullWithQuery

        public void testPullWithQuery()
      • testPullAllList

        public void testPullAllList()
      • testPullAllVarArgs

        public void testPullAllVarArgs()
      • testRename

        public void testRename()
      • testBit

        public void testBit()
      • testBitTwoOperations

        public void testBitTwoOperations()
      • testBitwiseAnd

        public void testBitwiseAnd()
      • testBitwiseOr

        public void testBitwiseOr()
      • testObjectSerialisation

        public void testObjectSerialisation()
      • testObjectInListSerialisation

        public void testObjectInListSerialisation()
      • testSameOperationTwice

        public void testSameOperationTwice()
      • testDBUpdateIsEmpty

        public void testDBUpdateIsEmpty()