Class CategoryRemovalTest
- 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.adaptivesearch.integration.CategoryRemovalTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CategoryRemovalTest extends ServicelayerTransactionalTest
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException-
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 CategoryRemovalTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcalculateSearchProfile()voidcalculateSearchProfileAfterRemovingCat10()voidcalculateSearchProfileAfterRemovingCat10AndCat20()voidcalculateSearchProfileAfterRemovingCat10AndCat20ForCachedSearchProfile()voidcalculateSearchProfileAfterRemovingCat10AndCat20ForCachedSearchProfileAndConfigurations()voidcalculateSearchProfileAfterRemovingCat20()voidcreateSearchProfileContext()voidcreateSearchProfileContextAfterRemovingCat10()voidgetSearchConfigurationForCat10()voidgetSearchConfigurationForCat10AfterRemovingCat10()voidgetSearchConfigurationForGlobalCat()voidgetSearchConfigurationForGlobalCatAfterRemovingCat10AndCat20()protected <T extends AbstractAsSearchProfileModel>
TloadSearchProfile(java.lang.String searchProfileCode)voidsetUp()-
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
-
createSearchProfileContext
public void createSearchProfileContext() throws java.lang.Exception- Throws:
java.lang.Exception
-
createSearchProfileContextAfterRemovingCat10
public void createSearchProfileContextAfterRemovingCat10() throws java.lang.Exception- Throws:
java.lang.Exception
-
calculateSearchProfile
public void calculateSearchProfile() throws java.lang.Exception- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingCat10
public void calculateSearchProfileAfterRemovingCat10() throws java.lang.Exception- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingCat20
public void calculateSearchProfileAfterRemovingCat20() throws java.lang.Exception- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingCat10AndCat20
public void calculateSearchProfileAfterRemovingCat10AndCat20() throws java.lang.Exception- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingCat10AndCat20ForCachedSearchProfile
public void calculateSearchProfileAfterRemovingCat10AndCat20ForCachedSearchProfile() throws java.lang.Exception- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingCat10AndCat20ForCachedSearchProfileAndConfigurations
public void calculateSearchProfileAfterRemovingCat10AndCat20ForCachedSearchProfileAndConfigurations() throws java.lang.Exception- Throws:
java.lang.Exception
-
getSearchConfigurationForGlobalCat
public void getSearchConfigurationForGlobalCat() throws java.lang.Exception- Throws:
java.lang.Exception
-
getSearchConfigurationForGlobalCatAfterRemovingCat10AndCat20
public void getSearchConfigurationForGlobalCatAfterRemovingCat10AndCat20() throws java.lang.Exception- Throws:
java.lang.Exception
-
getSearchConfigurationForCat10
public void getSearchConfigurationForCat10() throws java.lang.Exception- Throws:
java.lang.Exception
-
getSearchConfigurationForCat10AfterRemovingCat10
public void getSearchConfigurationForCat10AfterRemovingCat10() throws java.lang.Exception- Throws:
java.lang.Exception
-
loadSearchProfile
protected <T extends AbstractAsSearchProfileModel> T loadSearchProfile(java.lang.String searchProfileCode)
-
-