Class InboundRequestRetentionCleanupIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.inboundservices.retention.InboundRequestRetentionCleanupIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class InboundRequestRetentionCleanupIntegrationTest extends ServicelayerTest
-
-
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 InboundRequestRetentionCleanupIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testCleanupRuleCleansUpInboundRequestMediaOlderThanRetentionPeriod()
void
testCleanupRuleCleansUpInboundRequestOlderThanRetentionPeriod()
void
testCleanupRuleCleansUpIntegrationApiMediaOlderThanRetentionPeriod_notIncludingInboundRequestMedia()
void
testCleanupRuleDoesNotCleanNewInboundRequest()
void
testInboundRequestCleanupAlsoCleansInboundRequestErrors()
-
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() throws ImpExException
- Throws:
ImpExException
-
testCleanupRuleCleansUpInboundRequestOlderThanRetentionPeriod
public void testCleanupRuleCleansUpInboundRequestOlderThanRetentionPeriod() throws ImpExException
- Throws:
ImpExException
-
testCleanupRuleDoesNotCleanNewInboundRequest
public void testCleanupRuleDoesNotCleanNewInboundRequest() throws ImpExException
- Throws:
ImpExException
-
testInboundRequestCleanupAlsoCleansInboundRequestErrors
public void testInboundRequestCleanupAlsoCleansInboundRequestErrors() throws ImpExException
- Throws:
ImpExException
-
testCleanupRuleCleansUpInboundRequestMediaOlderThanRetentionPeriod
public void testCleanupRuleCleansUpInboundRequestMediaOlderThanRetentionPeriod() throws ImpExException
- Throws:
ImpExException
-
testCleanupRuleCleansUpIntegrationApiMediaOlderThanRetentionPeriod_notIncludingInboundRequestMedia
public void testCleanupRuleCleansUpIntegrationApiMediaOlderThanRetentionPeriod_notIncludingInboundRequestMedia() throws ImpExException
- Throws:
ImpExException
-
-