Class ModelAttributesValueResolverTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolverTest
-
- de.hybris.platform.solrfacetsearch.provider.impl.AbstractLocalizedValueResolverTest
-
- de.hybris.platform.solrfacetsearch.provider.impl.ModelAttributesValueResolverTest
-
@UnitTest public class ModelAttributesValueResolverTest extends AbstractLocalizedValueResolverTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractLocalizedValueResolverTest
DE_LANGUAGE_ISOCODE, DE_LANGUAGE_NAME, DE_LANGUAGE_QUALIFIER, EN_LANGUAGE_ISOCODE, EN_LANGUAGE_NAME, EN_LANGUAGE_QUALIFIER, LOCALIZED_INDEXED_PROPERTY_NAME
-
Fields inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolverTest
expectedException, INDEXED_PROPERTY_NAME
-
-
Constructor Summary
Constructors Constructor Description ModelAttributesValueResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resolveAttributeWithFormat()
void
resolveAttributeWithFormatAndSplit()
void
resolveAttributeWithNoValue()
void
resolveAttributeWithSplitAndFormat()
void
resolveLocalizedAttribute()
void
resolveLocalizedAttributeWithMultipleLanguages()
void
resolveMultipleIndexedProperties()
void
resolveNonLocalizedAttribute()
void
resolveNonOptionalAttributeWithEmptyStringValue()
void
resolveNonOptionalAttributeWithNoValue()
void
resolveNonOptionalAttributeWithValue()
void
resolveNonSupportedAttributeValue()
void
resolveWithAttributeParam()
void
resolveWithExpressionAndNoAttribute()
void
resolveWithSplit()
void
setUp()
-
Methods inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractLocalizedValueResolverTest
getDeLanguage, getDeQualifier, getEnLanguage, getEnQualifier, getLocalizedIndexedProperty, setUpAbstractLocalizedValueResolverTest
-
Methods inherited from class de.hybris.platform.solrfacetsearch.provider.impl.AbstractValueResolverTest
getBatchContext, getFacetSearchConfig, getIndexConfig, getIndexedProperty, getIndexedType, getInputDocument, getQualifierProvider, getSessionService, setUpAbstractValueResolverTest
-
-
-
-
Method Detail
-
setUp
public void setUp()
-
resolveNonSupportedAttributeValue
public void resolveNonSupportedAttributeValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveAttributeWithNoValue
public void resolveAttributeWithNoValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveNonLocalizedAttribute
public void resolveNonLocalizedAttribute() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveLocalizedAttribute
public void resolveLocalizedAttribute() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveLocalizedAttributeWithMultipleLanguages
public void resolveLocalizedAttributeWithMultipleLanguages() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveMultipleIndexedProperties
public void resolveMultipleIndexedProperties() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveNonOptionalAttributeWithValue
public void resolveNonOptionalAttributeWithValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveNonOptionalAttributeWithEmptyStringValue
public void resolveNonOptionalAttributeWithEmptyStringValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveNonOptionalAttributeWithNoValue
public void resolveNonOptionalAttributeWithNoValue() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveWithAttributeParam
public void resolveWithAttributeParam() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveWithSplit
public void resolveWithSplit() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveAttributeWithFormat
public void resolveAttributeWithFormat() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveAttributeWithFormatAndSplit
public void resolveAttributeWithFormatAndSplit() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveAttributeWithSplitAndFormat
public void resolveAttributeWithSplitAndFormat() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveWithExpressionAndNoAttribute
public void resolveWithExpressionAndNoAttribute() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-