Class MongoProfileServiceIT

  • All Implemented Interfaces:
    TestsConstants

    public final class MongoProfileServiceIT
    extends Object
    implements TestsConstants
    Tests the MongoProfileService.
    Since:
    1.8.0
    Author:
    Jerome Leleu
    • Constructor Detail

      • MongoProfileServiceIT

        public MongoProfileServiceIT()
    • Method Detail

      • setUp

        public void setUp()
      • tearDown

        public void tearDown()
      • testNullPasswordEncoder

        public void testNullPasswordEncoder()
      • testNullMongoClient

        public void testNullMongoClient()
      • testNullDatabase

        public void testNullDatabase()
      • testNullCollection

        public void testNullCollection()
      • testNullUsername

        public void testNullUsername()
      • testNullPassword

        public void testNullPassword()
      • testGoodUsernameAttribute

        public void testGoodUsernameAttribute()
      • testGoodUsernameNoAttribute

        public void testGoodUsernameNoAttribute()
      • testMultipleUsername

        public void testMultipleUsername()
      • testBadUsername

        public void testBadUsername()
      • testBadPassword

        public void testBadPassword()
      • testCreateUpdateFindDelete

        public void testCreateUpdateFindDelete()
      • testChangeUserAndPasswordAttributes

        public void testChangeUserAndPasswordAttributes()