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
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description SchedulerIntegrationTest()
-
Method Summary
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
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()
-
-