Class SearchQueryFacetsTest
- 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.solrfacetsearch.integration.AbstractSearchQueryTest
-
- de.hybris.platform.solrfacetsearch.integration.SearchQueryFacetsTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class SearchQueryFacetsTest extends AbstractSearchQueryTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.solrfacetsearch.integration.AbstractSearchQueryTest
PRODUCT_APPROVAL_STATUS_FIELD, PRODUCT_CODE_FIELD, PRODUCT_MANUFACTURER_NAME_FIELD, PRODUCT_NAME_FIELD, PRODUCT_NAME_WITH_RESERVED_CHARS_FIELD, PRODUCT1_CODE, PRODUCT1_NAME, PRODUCT2_CODE, PRODUCT2_NAME
-
Fields inherited from class de.hybris.platform.solrfacetsearch.integration.AbstractIntegrationTest
DEFAULT_ENCODING, expectedException, 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 SearchQueryFacetsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFacet()voidaddFacetForLegacyMode()voidaddFacetValue()voidaddFacetValueForLegacyMode()voidaddFacetValueWithEscaping()voidaddFacetValueWithEscapingForLegacyMode()voidaddFacetWithEscaping()voidaddFacetWithEscapingForLegacyMode()voidaddMultipleFacets()voidaddMultipleFacetsForLegacyMode()voidaddMultipleFacetValues()voidaddMultipleFacetValuesForLegacyMode()protected voidloadData()-
Methods inherited from class de.hybris.platform.solrfacetsearch.integration.AbstractSearchQueryTest
assertDocumentField, enabledSearchLegacyMode, executeSearchQuery, executeSearchQuery
-
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
protected void loadData() throws java.lang.Exception- Overrides:
loadDatain classAbstractIntegrationTest- Throws:
java.lang.Exception
-
addFacet
public void addFacet() throws java.lang.Exception- Throws:
java.lang.Exception
-
addMultipleFacets
public void addMultipleFacets() throws java.lang.Exception- Throws:
java.lang.Exception
-
addFacetValue
public void addFacetValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
addMultipleFacetValues
public void addMultipleFacetValues() throws java.lang.Exception- Throws:
java.lang.Exception
-
addFacetWithEscaping
public void addFacetWithEscaping() throws java.lang.Exception- Throws:
java.lang.Exception
-
addFacetValueWithEscaping
public void addFacetValueWithEscaping() throws java.lang.Exception- Throws:
java.lang.Exception
-
addFacetForLegacyMode
public void addFacetForLegacyMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
addMultipleFacetsForLegacyMode
public void addMultipleFacetsForLegacyMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
addFacetValueForLegacyMode
public void addFacetValueForLegacyMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
addMultipleFacetValuesForLegacyMode
public void addMultipleFacetValuesForLegacyMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
addFacetWithEscapingForLegacyMode
public void addFacetWithEscapingForLegacyMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
addFacetValueWithEscapingForLegacyMode
public void addFacetValueWithEscapingForLegacyMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
-