Class CxSearchProfileActivationTest
- 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.personalizationsearch.integration.CxSearchProfileActivationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class CxSearchProfileActivationTest 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 CxSearchProfileActivationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivateMultipleSearchProfilesForMultipleVariations()voidactivateMultipleSearchProfilesForMultipleVariationsWithCustomActionsRank()voidactivateMultipleSearchProfilesForMultipleVariationsWithCustomCustomizationsRank()voidactivateMultipleSearchProfilesForMultipleVariationsWithCustomRank()voidactivateMultipleSearchProfilesForMultipleVariationsWithCustomVariationsRank()voidactivateMultipleSearchProfilesForVariation()voidactivateSearchProfileForVariation()protected java.util.List<AsSearchProfileActivationGroup>activateSearchProfiles(java.util.List<CatalogVersionModel> catalogVersions)protected intfindMainGroupIndex()voidnoActiveSearchProfile()voidnoActiveSearchProfileBecauseOfNonMatchingCatalog()voidnoActiveSearchProfileBecauseOfNonMatchingIndexType()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 java.lang.Exception- Throws:
java.lang.Exception
-
noActiveSearchProfile
public void noActiveSearchProfile() throws java.lang.Exception- Throws:
java.lang.Exception
-
noActiveSearchProfileBecauseOfNonMatchingCatalog
public void noActiveSearchProfileBecauseOfNonMatchingCatalog() throws java.lang.Exception- Throws:
java.lang.Exception
-
noActiveSearchProfileBecauseOfNonMatchingIndexType
public void noActiveSearchProfileBecauseOfNonMatchingIndexType() throws java.lang.Exception- Throws:
java.lang.Exception
-
activateSearchProfileForVariation
public void activateSearchProfileForVariation() throws java.lang.Exception- Throws:
java.lang.Exception
-
activateMultipleSearchProfilesForVariation
public void activateMultipleSearchProfilesForVariation() throws java.lang.Exception- Throws:
java.lang.Exception
-
activateMultipleSearchProfilesForMultipleVariations
public void activateMultipleSearchProfilesForMultipleVariations() throws java.lang.Exception- Throws:
java.lang.Exception
-
activateMultipleSearchProfilesForMultipleVariationsWithCustomCustomizationsRank
public void activateMultipleSearchProfilesForMultipleVariationsWithCustomCustomizationsRank() throws java.lang.Exception- Throws:
java.lang.Exception
-
activateMultipleSearchProfilesForMultipleVariationsWithCustomVariationsRank
public void activateMultipleSearchProfilesForMultipleVariationsWithCustomVariationsRank() throws java.lang.Exception- Throws:
java.lang.Exception
-
activateMultipleSearchProfilesForMultipleVariationsWithCustomActionsRank
public void activateMultipleSearchProfilesForMultipleVariationsWithCustomActionsRank() throws java.lang.Exception- Throws:
java.lang.Exception
-
activateMultipleSearchProfilesForMultipleVariationsWithCustomRank
public void activateMultipleSearchProfilesForMultipleVariationsWithCustomRank() throws java.lang.Exception- Throws:
java.lang.Exception
-
findMainGroupIndex
protected int findMainGroupIndex()
-
activateSearchProfiles
protected java.util.List<AsSearchProfileActivationGroup> activateSearchProfiles(java.util.List<CatalogVersionModel> catalogVersions)
-
-