Class BoostItemRemovalTest
- 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.BoostItemRemovalTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class BoostItemRemovalTest extends ServicelayerTransactionalTest
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedException
expectedException
-
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 BoostItemRemovalTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calculateSearchProfile()
void
calculateSearchProfileAfterRemovingExcludedItem()
void
calculateSearchProfileAfterRemovingPromotedAndExcludedItems()
void
calculateSearchProfileAfterRemovingPromotedItem()
protected void
removeItem(ItemModel item)
void
setUp()
-
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
-
calculateSearchProfile
public void calculateSearchProfile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingPromotedItem
public void calculateSearchProfileAfterRemovingPromotedItem() throws java.lang.Exception
- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingExcludedItem
public void calculateSearchProfileAfterRemovingExcludedItem() throws java.lang.Exception
- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingPromotedAndExcludedItems
public void calculateSearchProfileAfterRemovingPromotedAndExcludedItems() throws java.lang.Exception
- Throws:
java.lang.Exception
-
removeItem
protected void removeItem(ItemModel item)
-
-