Class CronJobLoggingTest

All Implemented Interfaces:
JaloSessionHolder

public class CronJobLoggingTest extends ServicelayerTransactionalBaseTest
  • Constructor Details

    • CronJobLoggingTest

      public CronJobLoggingTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • shouldLowerDatabaseLogLevelToConfiguredOneIfEffectiveLevelExeedsConfiguration

      public void shouldLowerDatabaseLogLevelToConfiguredOneIfEffectiveLevelExeedsConfiguration() throws Exception
      Throws:
      Exception
    • shouldNotLogToDatabaseIfMessageHasLowerLevelThanConfigured

      public void shouldNotLogToDatabaseIfMessageHasLowerLevelThanConfigured() throws Exception
      Throws:
      Exception
    • shouldLogToDatabaseIfMessageHasSameLevelThanConfiguredDebugLevel

      public void shouldLogToDatabaseIfMessageHasSameLevelThanConfiguredDebugLevel() throws Exception
      Throws:
      Exception
    • shouldLogToDatabaseIfMessageHasSameLevelAsConfigured

      public void shouldLogToDatabaseIfMessageHasSameLevelAsConfigured() throws Exception
      Throws:
      Exception
    • shouldLogToDatabaseIfMessageHasGreaterLevelThanConfigured

      public void shouldLogToDatabaseIfMessageHasGreaterLevelThanConfigured() throws Exception
      Throws:
      Exception