Class SchedulerIntegrationTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.processing.distributed.defaultimpl.SchedulerIntegrationTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class SchedulerIntegrationTest extends ServicelayerBaseTest
  • Constructor Details

    • SchedulerIntegrationTest

      public SchedulerIntegrationTest()
  • Method Details

    • shouldScheduleTransitionTaskWithDispatcherBeanNameAsRunner

      @Transactional public void shouldScheduleTransitionTaskWithDispatcherBeanNameAsRunner()
    • shouldScheduleTransitionTaskWithTheSameStateAsProcessIs

      @Transactional public void shouldScheduleTransitionTaskWithTheSameStateAsProcessIs()
    • shouldScheduleTransitionTaskWithAttachedProcess

      @Transactional public void shouldScheduleTransitionTaskWithAttachedProcess()
    • shouldScheduleTransitionTaskWithNodeGroupFromProcess

      @Transactional public void shouldScheduleTransitionTaskWithNodeGroupFromProcess()
    • shouldScheduleTransitionTaskWithoutConditionsWhenConditionsAreNotGiven

      @Transactional public void shouldScheduleTransitionTaskWithoutConditionsWhenConditionsAreNotGiven()
    • shouldScheduleTransitionTaskWithConditionsWhenConditionsAreGiven

      @Transactional public void shouldScheduleTransitionTaskWithConditionsWhenConditionsAreGiven()
    • shouldScheduleWorkerTaskWithDispatcherBeanNameAsRunner

      @Transactional public void shouldScheduleWorkerTaskWithDispatcherBeanNameAsRunner()
    • shouldScheduleWorkerTaskWithNodeGroupFromProcess

      @Transactional public void shouldScheduleWorkerTaskWithNodeGroupFromProcess()
    • shouldScheduleWorkerTaskWithAttachedBatch

      @Transactional public void shouldScheduleWorkerTaskWithAttachedBatch()
    • shouldScheduleWorkerTaskWithConditionIdRelatedToProcessBatchAndExecution

      @Transactional public void shouldScheduleWorkerTaskWithConditionIdRelatedToProcessBatchAndExecution()
    • shouldScheduleWorkerTaskWithoutConditions

      @Transactional public void shouldScheduleWorkerTaskWithoutConditions()
    • shouldFailToScheduleWorkerTaskForInitialBatch

      @Transactional public void shouldFailToScheduleWorkerTaskForInitialBatch()
    • shouldFailToScheduleWorkerTaskForResultBatch

      @Transactional public void shouldFailToScheduleWorkerTaskForResultBatch()