Class PersistenceCleanUpJobTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.job.PersistenceCleanUpJobTest
-
@UnitTest public class PersistenceCleanUpJobTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PersistenceCleanUpJobTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize()
protected SearchPageData<ProductConfigurationModel>
mockFullSearchPage()
void
testBaseSiteService()
void
testCleanUpOrphaned()
void
testCleanUpProductConfiguration()
void
testCleanUpProductConfigurationEngineExceptionMustBeCatched()
void
testCleanUpProductConfigurationRelatedToCart()
void
testCleanUpProductConfigurations()
void
testCleanUpProductRelated()
void
testEnsureBaseSiteAvailable()
void
testEnsureBaseSiteAvailableNoBaseSite()
void
testPerformAll()
void
testPerformOrpahned()
void
testPerformProductRelated()
void
testProductConfigurationPersistenceService()
void
testProductConfigurationService()
void
testRequestedCleanUpOrphanedWhenAll()
void
testRequestedCleanUpOrphanedWhenOrphaned()
void
testRequestedCleanUpOrphanedWhenProductRealated()
void
testRequestedCleanUpProductRelated()
-
-
-
Method Detail
-
initialize
public void initialize()
-
testBaseSiteService
public void testBaseSiteService()
-
testProductConfigurationPersistenceService
public void testProductConfigurationPersistenceService()
-
testProductConfigurationService
public void testProductConfigurationService()
-
testRequestedCleanUpProductRelated
public void testRequestedCleanUpProductRelated()
-
testRequestedCleanUpOrphanedWhenAll
public void testRequestedCleanUpOrphanedWhenAll()
-
testRequestedCleanUpOrphanedWhenProductRealated
public void testRequestedCleanUpOrphanedWhenProductRealated()
-
testRequestedCleanUpOrphanedWhenOrphaned
public void testRequestedCleanUpOrphanedWhenOrphaned()
-
testPerformAll
public void testPerformAll()
-
testPerformOrpahned
public void testPerformOrpahned()
-
testPerformProductRelated
public void testPerformProductRelated()
-
testCleanUpProductRelated
public void testCleanUpProductRelated()
-
testCleanUpOrphaned
public void testCleanUpOrphaned()
-
testCleanUpProductConfigurations
public void testCleanUpProductConfigurations()
-
testCleanUpProductConfiguration
public void testCleanUpProductConfiguration()
-
testCleanUpProductConfigurationRelatedToCart
public void testCleanUpProductConfigurationRelatedToCart()
-
testCleanUpProductConfigurationEngineExceptionMustBeCatched
public void testCleanUpProductConfigurationEngineExceptionMustBeCatched()
-
testEnsureBaseSiteAvailable
public void testEnsureBaseSiteAvailable()
-
testEnsureBaseSiteAvailableNoBaseSite
public void testEnsureBaseSiteAvailableNoBaseSite()
-
mockFullSearchPage
protected SearchPageData<ProductConfigurationModel> mockFullSearchPage()
-
-