Package org.mongojack

Class TestJacksonMongoCollection

    • Constructor Detail

      • TestJacksonMongoCollection

        public TestJacksonMongoCollection()
    • Method Detail

      • setup

        @BeforeEach
        public void setup()
      • testQuery

        @Test
        public void testQuery()
      • testInsertAndQuery

        @Test
        public void testInsertAndQuery()
      • testInsertAndQueryWithPolymorphicField

        @Test
        public void testInsertAndQueryWithPolymorphicField()
      • testSaveAndQuery

        @Test
        public void testSaveAndQuery()
      • testRemove

        @Test
        public void testRemove()
      • testRemoveById

        @Test
        public void testRemoveById()
      • testFindAndModifyWithBuilder

        @Test
        public void testFindAndModifyWithBuilder()
      • testReplaceOneByNonIdQuery

        @Test
        public void testReplaceOneByNonIdQuery()
      • testReplaceOneByUsesQueryNotId

        @Test
        public void testReplaceOneByUsesQueryNotId()
      • testReplaceOneUpsertsIfNoDocumentExistsByQueryAndUpsertTrue

        @Test
        public void testReplaceOneUpsertsIfNoDocumentExistsByQueryAndUpsertTrue()
      • testReplaceOneDoesNotUpsertIfUpsertFalse

        @Test
        public void testReplaceOneDoesNotUpsertIfUpsertFalse()
      • testReplaceOneByIdUsesIdProvided

        @Test
        public void testReplaceOneByIdUsesIdProvided()
      • testQueryWithLimitedKeys

        @Test
        public void testQueryWithLimitedKeys()