Class AbstractDynamicContentInterceptorTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.interceptor.impl.AbstractDynamicContentInterceptorTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class AbstractDynamicContentInterceptorTest extends ServicelayerBaseTest
  • Constructor Details

    • AbstractDynamicContentInterceptorTest

      public AbstractDynamicContentInterceptorTest()
  • Method Details

    • shouldCreateActiveContent

      public void shouldCreateActiveContent()
    • shouldCalculateChecksumForNewContent

      public void shouldCalculateChecksumForNewContent()
    • shouldRecalculateChecksumForNewContent

      public void shouldRecalculateChecksumForNewContent()
    • shouldNotCreateHistoricalVersionForNewContent

      public void shouldNotCreateHistoricalVersionForNewContent()
    • shouldNotChangeActiveFlagOfExistingActiveContent

      public void shouldNotChangeActiveFlagOfExistingActiveContent()
    • shouldModifyExistingContent

      public void shouldModifyExistingContent()
    • shouldRecalculateChecksumForExistingContent

      public void shouldRecalculateChecksumForExistingContent()
    • shouldOverrideChecksumForExistingContent

      public void shouldOverrideChecksumForExistingContent()
    • shouldCreateHistoricalVersionWhenExistingContentHasChanged

      public void shouldCreateHistoricalVersionWhenExistingContentHasChanged()
    • shouldNotCreateHistoricalVersionWhenContentWithHistoricalVersionHasNotChanged

      public void shouldNotCreateHistoricalVersionWhenContentWithHistoricalVersionHasNotChanged()
    • shouldCreateHistoricalVersionWhenContentWithHistoricalVersionHasChanged

      public void shouldCreateHistoricalVersionWhenContentWithHistoricalVersionHasChanged()
    • shouldNotAllowToModifyHistoricalVersion

      public void shouldNotAllowToModifyHistoricalVersion()
    • shouldFailWhenCreatingNewContentWithDuplicatedCode

      public void shouldFailWhenCreatingNewContentWithDuplicatedCode()
    • smokeTest

      public void smokeTest()