Class ProductPricesValueResolverTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolverTest
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.ProductPricesValueResolverTest
-
@UnitTest public class ProductPricesValueResolverTest extends AbstractValueResolverTest
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringEUR_CURRENCY_ISOCODEprotected static java.lang.StringEUR_CURRENCY_NAMEprotected static java.lang.StringEUR_CURRENCY_QUALIFIERprotected static java.lang.StringINDEXED_PROPERTY_1_NAMEprotected static java.lang.StringINDEXED_PROPERTY_2_NAMEprotected static java.lang.StringUSD_CURRENCY_ISOCODEprotected static java.lang.StringUSD_CURRENCY_NAMEprotected static java.lang.StringUSD_CURRENCY_QUALIFIER-
Fields inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolverTest
expectedException, INDEXED_PROPERTY_NAME
-
-
Constructor Summary
Constructors Constructor Description ProductPricesValueResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidresolveMultipleIndexedProperties()voidresolveNonOptionalWithNoPrice()voidresolveNonOptionalWithPrice()voidresolveProductWithNoPrice()voidresolveProductWithPrice()voidresolveWithMultipleCurrencies()voidsetUp()-
Methods inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolverTest
getBatchContext, getFacetSearchConfig, getIndexConfig, getIndexedProperty, getIndexedType, getInputDocument, getQualifierProvider, getSessionService, setUpAbstractValueResolverTest
-
-
-
-
Field Detail
-
EUR_CURRENCY_NAME
protected static final java.lang.String EUR_CURRENCY_NAME
- See Also:
- Constant Field Values
-
EUR_CURRENCY_ISOCODE
protected static final java.lang.String EUR_CURRENCY_ISOCODE
- See Also:
- Constant Field Values
-
EUR_CURRENCY_QUALIFIER
protected static final java.lang.String EUR_CURRENCY_QUALIFIER
- See Also:
- Constant Field Values
-
USD_CURRENCY_NAME
protected static final java.lang.String USD_CURRENCY_NAME
- See Also:
- Constant Field Values
-
USD_CURRENCY_ISOCODE
protected static final java.lang.String USD_CURRENCY_ISOCODE
- See Also:
- Constant Field Values
-
USD_CURRENCY_QUALIFIER
protected static final java.lang.String USD_CURRENCY_QUALIFIER
- See Also:
- Constant Field Values
-
INDEXED_PROPERTY_1_NAME
protected static final java.lang.String INDEXED_PROPERTY_1_NAME
- See Also:
- Constant Field Values
-
INDEXED_PROPERTY_2_NAME
protected static final java.lang.String INDEXED_PROPERTY_2_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
public void setUp()
-
resolveProductWithNoPrice
public void resolveProductWithNoPrice() throws java.lang.Exception- Throws:
java.lang.Exception
-
resolveProductWithPrice
public void resolveProductWithPrice() throws java.lang.Exception- Throws:
java.lang.Exception
-
resolveWithMultipleCurrencies
public void resolveWithMultipleCurrencies() throws java.lang.Exception- Throws:
java.lang.Exception
-
resolveMultipleIndexedProperties
public void resolveMultipleIndexedProperties() throws java.lang.Exception- Throws:
java.lang.Exception
-
resolveNonOptionalWithPrice
public void resolveNonOptionalWithPrice() throws java.lang.Exception- Throws:
java.lang.Exception
-
resolveNonOptionalWithNoPrice
public void resolveNonOptionalWithNoPrice() throws java.lang.Exception- Throws:
java.lang.Exception
-
-