Class SpELValueProviderTest
- 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.provider.impl.SpELValueProviderTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class SpELValueProviderTest extends AbstractIntegrationTest
Test forSpELValueProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringHW2300_2356_PROD_CODEprotected static java.lang.FloatHW2300_2356_PROD_PRICE_EURprotected static java.lang.FloatHW2300_2356_PROD_PRICE_USD-
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 SpELValueProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestUsingExpression()voidtestWithExpressionMulticurrency()voidtestWithExpressionMultilanguage()voidtestWithoutExpression()-
Methods inherited from class de.hybris.platform.solrfacetsearch.integration.AbstractIntegrationTest
beforeLoadData, getFacetSearchConfig, getFacetSearchConfigName, getIndexedTypeModel, getProductCode, getSolrFacetSearchConfigModel, getSolrSearchProviderFactory, getTestId, importConfig, importConfig, initializeIndexedType, loadData, 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
-
-
-
-
Field Detail
-
HW2300_2356_PROD_CODE
protected static final java.lang.String HW2300_2356_PROD_CODE
- See Also:
- Constant Field Values
-
HW2300_2356_PROD_PRICE_EUR
protected static final java.lang.Float HW2300_2356_PROD_PRICE_EUR
-
HW2300_2356_PROD_PRICE_USD
protected static final java.lang.Float HW2300_2356_PROD_PRICE_USD
-
-
Method Detail
-
testUsingExpression
public void testUsingExpression() throws java.lang.Exception- Throws:
java.lang.Exception
-
testWithoutExpression
public void testWithoutExpression() throws java.lang.Exception- Throws:
java.lang.Exception
-
testWithExpressionMultilanguage
public void testWithExpressionMultilanguage() throws java.lang.Exception- Throws:
java.lang.Exception
-
testWithExpressionMulticurrency
public void testWithExpressionMulticurrency() throws java.lang.Exception- Throws:
java.lang.Exception
-
-