Class CronJobLoggingTest

    • Constructor Detail

      • CronJobLoggingTest

        public CronJobLoggingTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • tearDown

        public void tearDown()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldLowerDatabaseLogLevelToConfiguredOneIfEffectiveLevelExeedsConfiguration

        public void shouldLowerDatabaseLogLevelToConfiguredOneIfEffectiveLevelExeedsConfiguration()
                                                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldNotLogToDatabaseIfMessageHasLowerLevelThanConfigured

        public void shouldNotLogToDatabaseIfMessageHasLowerLevelThanConfigured()
                                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldLogToDatabaseIfMessageHasSameLevelThanConfiguredDebugLevel

        public void shouldLogToDatabaseIfMessageHasSameLevelThanConfiguredDebugLevel()
                                                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldLogToDatabaseIfMessageHasSameLevelAsConfigured

        public void shouldLogToDatabaseIfMessageHasSameLevelAsConfigured()
                                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldLogToDatabaseIfMessageHasGreaterLevelThanConfigured

        public void shouldLogToDatabaseIfMessageHasGreaterLevelThanConfigured()
                                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception