Class ItemModelLabelSnIndexerValueProviderTest
- java.lang.Object
-
- com.hybris.backoffice.searchservices.providers.impl.ItemModelLabelSnIndexerValueProviderTest
-
public class ItemModelLabelSnIndexerValueProviderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ItemModelLabelSnIndexerValueProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldCatchExceptionWhenGetFieldValueAndNotLocalized()voidshouldCatchExceptionWhenGetFieldValueCatchSnException()voidshouldGetEmptyWhenQualifiersNotExist()voidshouldGetItemLabelWhenProviderParametersExist()voidshouldGetProductLabelWhenProviderParametersNotExist()voidshouldNotGetItemLabelWhenLabelEmpty()
-
-
-
Method Detail
-
shouldGetEmptyWhenQualifiersNotExist
public void shouldGetEmptyWhenQualifiersNotExist() throws SnIndexerException, SnException- Throws:
SnIndexerExceptionSnException
-
shouldGetProductLabelWhenProviderParametersNotExist
public void shouldGetProductLabelWhenProviderParametersNotExist() throws SnIndexerException, SnException- Throws:
SnIndexerExceptionSnException
-
shouldCatchExceptionWhenGetFieldValueAndNotLocalized
public void shouldCatchExceptionWhenGetFieldValueAndNotLocalized() throws SnException- Throws:
SnException
-
shouldCatchExceptionWhenGetFieldValueCatchSnException
public void shouldCatchExceptionWhenGetFieldValueCatchSnException() throws SnException- Throws:
SnException
-
shouldGetItemLabelWhenProviderParametersExist
public void shouldGetItemLabelWhenProviderParametersExist() throws SnIndexerException, SnException- Throws:
SnIndexerExceptionSnException
-
shouldNotGetItemLabelWhenLabelEmpty
public void shouldNotGetItemLabelWhenLabelEmpty() throws SnIndexerException, SnException- Throws:
SnIndexerExceptionSnException
-
-