Package org.mongojack

Class TestJacksonMongoCollection

    • Constructor Detail

      • TestJacksonMongoCollection

        public TestJacksonMongoCollection()
    • Method Detail

      • setup

        public void setup()
      • testQuery

        public void testQuery()
      • testInsertAndQuery

        public void testInsertAndQuery()
      • testInsertAndQueryWithPolymorphicField

        public void testInsertAndQueryWithPolymorphicField()
      • testSaveAndQuery

        public void testSaveAndQuery()
      • testRemove

        public void testRemove()
      • testRemoveById

        public void testRemoveById()
      • testFindAndModifyWithBuilder

        public void testFindAndModifyWithBuilder()
      • testReplaceOneByNonIdQuery

        public void testReplaceOneByNonIdQuery()
      • testReplaceOneByUsesQueryNotId

        public void testReplaceOneByUsesQueryNotId()
      • testReplaceOneUpsertsIfNoDocumentExistsByQueryAndUpsertTrue

        public void testReplaceOneUpsertsIfNoDocumentExistsByQueryAndUpsertTrue()
      • testReplaceOneDoesNotUpsertIfUpsertFalse

        public void testReplaceOneDoesNotUpsertIfUpsertFalse()
      • testReplaceOneByIdUsesIdProvided

        public void testReplaceOneByIdUsesIdProvided()
      • testQueryWithLimitedKeys

        public void testQueryWithLimitedKeys()