Package de.hybris.platform.maintenance
Class CleanupCronJobIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
- de.hybris.platform.maintenance.CleanupCronJobIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CleanupCronJobIntegrationTest extends ServicelayerTransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description CleanupCronJobIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testAbortOnErrorWithDummyList()
void
testCleanupCronjob_ExclusionList()
void
testCleanupCronjob_StatusAndResult()
void
testCleanupCronjob_Timeframe()
void
testNotAbortOnErrorWithDummyList()
void
testOverrideBeanValuesByJobCronjobType()
void
testOverrideBeanValuesByJobCronjobTypeNullValue()
void
testOverrideBeanValuesByJobCronjobTypeWithNotAssignableComposedType()
void
testOverrideBeanValuesByJobCronjobWithChangingSearchType()
void
testOverrideBeanValuesByJobCronjobWithChangingSearchTypeAndThreshold()
void
testOverrideBeanValuesByJobThreeshold()
void
testOverrideBeanValuesByJobThreesholdWithNegativeValue()
void
testOverrideBeanValuesByJobThreesholdWithNullValue()
void
testSetIllegalValues()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setup
public void setup()
-
testCleanupCronjob_Timeframe
public void testCleanupCronjob_Timeframe() throws ImpExException
- Throws:
ImpExException
-
testCleanupCronjob_StatusAndResult
public void testCleanupCronjob_StatusAndResult() throws ImpExException
- Throws:
ImpExException
-
testCleanupCronjob_ExclusionList
public void testCleanupCronjob_ExclusionList() throws ImpExException
- Throws:
ImpExException
-
testAbortOnErrorWithDummyList
public void testAbortOnErrorWithDummyList()
-
testNotAbortOnErrorWithDummyList
public void testNotAbortOnErrorWithDummyList()
-
testSetIllegalValues
public void testSetIllegalValues()
-
testOverrideBeanValuesByJobThreeshold
public void testOverrideBeanValuesByJobThreeshold() throws ImpExException
- Throws:
ImpExException
-
testOverrideBeanValuesByJobThreesholdWithNullValue
public void testOverrideBeanValuesByJobThreesholdWithNullValue() throws ImpExException
- Throws:
ImpExException
-
testOverrideBeanValuesByJobThreesholdWithNegativeValue
public void testOverrideBeanValuesByJobThreesholdWithNegativeValue() throws ImpExException
- Throws:
ImpExException
-
testOverrideBeanValuesByJobCronjobType
public void testOverrideBeanValuesByJobCronjobType() throws ImpExException
- Throws:
ImpExException
-
testOverrideBeanValuesByJobCronjobTypeNullValue
public void testOverrideBeanValuesByJobCronjobTypeNullValue() throws ImpExException
- Throws:
ImpExException
-
testOverrideBeanValuesByJobCronjobTypeWithNotAssignableComposedType
public void testOverrideBeanValuesByJobCronjobTypeWithNotAssignableComposedType() throws ImpExException
- Throws:
ImpExException
-
testOverrideBeanValuesByJobCronjobWithChangingSearchTypeAndThreshold
public void testOverrideBeanValuesByJobCronjobWithChangingSearchTypeAndThreshold() throws ImpExException
- Throws:
ImpExException
-
testOverrideBeanValuesByJobCronjobWithChangingSearchType
public void testOverrideBeanValuesByJobCronjobWithChangingSearchType() throws ImpExException
- Throws:
ImpExException
-
-