Class AllAsItemsTest
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.AllAsItemsTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
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_VERSIONFields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<ProductModel>checkProductCollection(CatalogVersionModel catalogVersion, Collection<? extends ItemModel> items) protected voidcheckProductsCategory(Collection<ProductModel> products, String categoryName) protected voidcheckProductsManufacturer(Collection<ProductModel> products, String manufacturerName) protected voidloadData()voidThis Test performs similar actions as FacetDrillDown.testFacetLocalized, however it uses configuration based upon items - not xml configuration file.voidMethods inherited from class de.hybris.platform.solrfacetsearch.integration.AbstractIntegrationTest
beforeLoadData, getFacetSearchConfig, getFacetSearchConfigName, getIndexedTypeModel, getProductCode, getSolrFacetSearchConfigModel, getSolrSearchProviderFactory, getTestId, importConfig, importConfig, initializeIndexedType, readFile, setUp, tearDownMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
AllAsItemsTest
public AllAsItemsTest()
-
-
Method Details
-
loadData
- Overrides:
loadDatain classAbstractIntegrationTest- Throws:
Exception
-
testFacetLocalized
This Test performs similar actions as FacetDrillDown.testFacetLocalized, however it uses configuration based upon items - not xml configuration file.- Throws:
Exception
-
testFacetSearchConfigQualifiedRanges
- Throws:
Exception
-
checkProductCollection
protected Collection<ProductModel> checkProductCollection(CatalogVersionModel catalogVersion, Collection<? extends ItemModel> items) -
checkProductsManufacturer
protected void checkProductsManufacturer(Collection<ProductModel> products, String manufacturerName) -
checkProductsCategory
-