Class OptionalModelPropertyFieldValueProviderTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.PropertyFieldValueProviderTestBase
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.OptionalModelPropertyFieldValueProviderTest
-
@UnitTest public class OptionalModelPropertyFieldValueProviderTest extends PropertyFieldValueProviderTestBase
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.PropertyFieldValueProviderTestBase
commonI18NService, deLanguageModel, deLocale, enLanguageModel, enLocale, fieldNameProvider, i18nService, indexConfig, localeService, modelService, nullString, TEST_DE_LANG_CODE, TEST_EN_LANG_CODE
-
-
Constructor Summary
Constructors Constructor Description OptionalModelPropertyFieldValueProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()protected java.lang.StringgetPropertyName()voidsetUp()voidtestAttributeNotSupportedException()voidtestInvalidArgs()voidtestWhenIndexPropertyIsLocalized()voidtestWhenIndexPropertyIsNotLocalized()-
Methods inherited from class de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.PropertyFieldValueProviderTestBase
configureBase, getPropertyFieldValueProvider, setPropertyFieldValueProvider
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
getPropertyName
protected java.lang.String getPropertyName()
- Specified by:
getPropertyNamein classPropertyFieldValueProviderTestBase
-
configure
protected void configure()
- Specified by:
configurein classPropertyFieldValueProviderTestBase
-
testInvalidArgs
public void testInvalidArgs() throws FieldValueProviderException- Throws:
FieldValueProviderException
-
testWhenIndexPropertyIsLocalized
public void testWhenIndexPropertyIsLocalized() throws FieldValueProviderException- Throws:
FieldValueProviderException
-
testWhenIndexPropertyIsNotLocalized
public void testWhenIndexPropertyIsNotLocalized() throws FieldValueProviderException- Throws:
FieldValueProviderException
-
testAttributeNotSupportedException
public void testAttributeNotSupportedException() throws FieldValueProviderException- Throws:
FieldValueProviderException
-
-