Class DBAuditEnablementServiceTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.persistence.audit.internal.DBAuditEnablementServiceTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DBAuditEnablementServiceTest extends ServicelayerBaseTest
  • Constructor Details

    • DBAuditEnablementServiceTest

      public DBAuditEnablementServiceTest()
  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • shouldHaveAuditEnabledForTypeWhichIsNotDisabled

      public void shouldHaveAuditEnabledForTypeWhichIsNotDisabled()
    • shouldHaveAuditDisabledForTypeIfAuditIsDisabled

      public void shouldHaveAuditDisabledForTypeIfAuditIsDisabled()
    • shouldHaveAuditDisabledForSubTypeWhenSupertpeIsSetInConfiguration

      public void shouldHaveAuditDisabledForSubTypeWhenSupertpeIsSetInConfiguration()
    • shouldThrowExceptionIfAuditPropertyDefinedTwice

      public void shouldThrowExceptionIfAuditPropertyDefinedTwice()
    • shouldThrowExceptionForNonLowercaseProperty

      public void shouldThrowExceptionForNonLowercaseProperty()
    • shouldDisableDBAuditInSession

      public void shouldDisableDBAuditInSession()
    • shouldEnableDBAuditInSessionWhenDisabledFirst

      public void shouldEnableDBAuditInSessionWhenDisabledFirst()
    • shouldNotDisableDBAuditInSessionForFakeValue

      public void shouldNotDisableDBAuditInSessionForFakeValue()