Class DefaultBackofficeFacetSearchConfigServiceIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
- com.hybris.backoffice.solrsearch.services.impl.DefaultBackofficeFacetSearchConfigServiceIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class DefaultBackofficeFacetSearchConfigServiceIntegrationTest extends ServicelayerTransactionalTest
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCATALOGstatic java.lang.StringCATALOG_INDEXED_TYPEstatic java.lang.StringPRODUCTstatic java.lang.StringPRODUCT_INDEXED_TYPEstatic java.lang.StringTEST_CONFIGstatic java.lang.StringUSERstatic java.lang.StringUSER_INDEXED_TYPE-
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 DefaultBackofficeFacetSearchConfigServiceIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestConfigForParentType()voidtestGetAllMappedFacetSearchConfigs()voidtestGetFacetSearchConfig()voidtestGetSolrIndexedType()voidtestIsSolrSearchConfiguredForType()-
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
-
-
-
-
Field Detail
-
TEST_CONFIG
public static final java.lang.String TEST_CONFIG
- See Also:
- Constant Field Values
-
PRODUCT_INDEXED_TYPE
public static final java.lang.String PRODUCT_INDEXED_TYPE
- See Also:
- Constant Field Values
-
CATALOG_INDEXED_TYPE
public static final java.lang.String CATALOG_INDEXED_TYPE
- See Also:
- Constant Field Values
-
USER_INDEXED_TYPE
public static final java.lang.String USER_INDEXED_TYPE
- See Also:
- Constant Field Values
-
PRODUCT
public static final java.lang.String PRODUCT
- See Also:
- Constant Field Values
-
CATALOG
public static final java.lang.String CATALOG
- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetFacetSearchConfig
public void testGetFacetSearchConfig() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetAllMappedFacetSearchConfigs
public void testGetAllMappedFacetSearchConfigs()
-
testGetSolrIndexedType
public void testGetSolrIndexedType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testIsSolrSearchConfiguredForType
public void testIsSolrSearchConfiguredForType() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConfigForParentType
public void testConfigForParentType()
-
-