Class PersistenceCleanUpJobIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class PersistenceCleanUpJobIntegrationTest extends CPQServiceLayerTest
Integration test for persistence clean-up job integration
  • Field Details

  • Constructor Details

    • PersistenceCleanUpJobIntegrationTest

      public PersistenceCleanUpJobIntegrationTest()
  • Method Details

    • setUp

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

      public void testPerformCleanUpProductBound()
    • testPerformCleanUpProductBoundModifiedInPast

      public void testPerformCleanUpProductBoundModifiedInPast()
    • testPerformCleanUpOrphaned

      public void testPerformCleanUpOrphaned()
    • testPerformCleanUpOrphanedThresholdMustNotMatter

      public void testPerformCleanUpOrphanedThresholdMustNotMatter()
    • testPerformCleanUpAll

      public void testPerformCleanUpAll()
    • executeCronJobAndCheck

      protected void executeCronJobAndCheck(ProductConfigurationPersistenceCleanUpCronJobModel cronJobModel, int expectedNumberOfPersistedConfigs)
    • checkResult

      protected void checkResult(PerformResult result)
    • importCronJobTestData

      protected void importCronJobTestData() throws ImpExException, Exception
      Throws:
      ImpExException
      Exception