Class IndexedPropertyRemovalTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.solrfacetsearch.integration.AbstractIntegrationTest
-
- de.hybris.platform.adaptivesearchsolr.integration.IndexedPropertyRemovalTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class IndexedPropertyRemovalTest extends AbstractIntegrationTest
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedException
expectedException
-
Fields inherited from class de.hybris.platform.solrfacetsearch.integration.AbstractIntegrationTest
DEFAULT_ENCODING, FACET_SEARCH_CONFIG_NAME, HW_CATALOG, ONLINE_CATALOG_VERSION, PRODUCT_CODE, SOLR_SERVER_CLOUD_ENDPOINT, SOLR_SERVER_MODE, SOLR_SERVER_STANDALONE_ENDPOINT, STAGED_CATALOG_VERSION
-
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 IndexedPropertyRemovalTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
calculateSearchProfile()
void
calculateSearchProfileAfterRemovingBoostRule()
void
calculateSearchProfileAfterRemovingFacet()
void
calculateSearchProfileAfterRemovingPromotedFacet()
protected java.lang.String
getIndexedTypeIdentifier()
void
loadData()
protected void
removeIndexedProperty(java.lang.String indexedProperty)
-
Methods inherited from class de.hybris.platform.solrfacetsearch.integration.AbstractIntegrationTest
beforeLoadData, getFacetSearchConfig, getFacetSearchConfigName, getIndexedTypeModel, getProductCode, getSolrFacetSearchConfigModel, getTestId, importConfig, importConfig, initializeIndexedType, readFile, setUp, tearDown
-
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
-
loadData
public void loadData() throws java.lang.Exception
- Overrides:
loadData
in classAbstractIntegrationTest
- Throws:
java.lang.Exception
-
calculateSearchProfile
public void calculateSearchProfile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingPromotedFacet
public void calculateSearchProfileAfterRemovingPromotedFacet() throws java.lang.Exception
- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingFacet
public void calculateSearchProfileAfterRemovingFacet() throws java.lang.Exception
- Throws:
java.lang.Exception
-
calculateSearchProfileAfterRemovingBoostRule
public void calculateSearchProfileAfterRemovingBoostRule() throws java.lang.Exception
- Throws:
java.lang.Exception
-
removeIndexedProperty
protected void removeIndexedProperty(java.lang.String indexedProperty)
-
getIndexedTypeIdentifier
protected java.lang.String getIndexedTypeIdentifier()
-
-