Class DefaultAuditConfigServiceTest

All Implemented Interfaces:
AuditableTest, JaloSessionHolder

@IntegrationTest public class DefaultAuditConfigServiceTest extends AbstractAuditTest
  • Constructor Details

    • DefaultAuditConfigServiceTest

      public DefaultAuditConfigServiceTest()
  • Method Details

    • disableProductionMode

      public void disableProductionMode()
    • revertProperty

      public void revertProperty()
    • shouldStoreConfig

      public void shouldStoreConfig() throws Exception
      Throws:
      Exception
    • shouldStoreConfigInProductionMode

      public void shouldStoreConfigInProductionMode() throws Exception
      Throws:
      Exception
    • shouldFailIfConfigNameDoesNotMatchAuditReportConfigModelCode

      public void shouldFailIfConfigNameDoesNotMatchAuditReportConfigModelCode() throws Exception
      Throws:
      Exception
    • shouldThrowExceptionWhenSavingReportWithWarningsInProductionMode

      public void shouldThrowExceptionWhenSavingReportWithWarningsInProductionMode() throws Exception
      Throws:
      Exception
    • shouldSaveReportWithWarningsInDevelopmentMode

      public void shouldSaveReportWithWarningsInDevelopmentMode() throws Exception
      Throws:
      Exception
    • shouldUnmarshallConfig

      public void shouldUnmarshallConfig() throws Exception
      Throws:
      Exception
    • shouldFindExistingConfig

      public void shouldFindExistingConfig() throws Exception
      Throws:
      Exception
    • shouldMergeTwoConfigurations_defaultModeAppend

      public void shouldMergeTwoConfigurations_defaultModeAppend() throws Exception
      Throws:
      Exception
    • shouldMergeTwoConfigurations_declaredModeAppend

      public void shouldMergeTwoConfigurations_declaredModeAppend() throws Exception
      Throws:
      Exception
    • shouldMergeTwoConfigurations_declaredModeReplace

      public void shouldMergeTwoConfigurations_declaredModeReplace() throws Exception
      Throws:
      Exception
    • shouldMergeTwoConfigurations_declaredModeRemove

      public void shouldMergeTwoConfigurations_declaredModeRemove() throws Exception
      Throws:
      Exception
    • shouldGetAllConfigsForRootType

      public void shouldGetAllConfigsForRootType()
    • shouldGetAllConfigsForExtendedType

      public void shouldGetAllConfigsForExtendedType()
    • shouldReturnEmptyCollectionForNonExistingRootType

      public void shouldReturnEmptyCollectionForNonExistingRootType()
    • shouldNotReturnInactiveConfiguration

      public void shouldNotReturnInactiveConfiguration()
    • shouldMergeRelationAttributesForTwoConfigurations

      public void shouldMergeRelationAttributesForTwoConfigurations() throws Exception
      Throws:
      Exception