Class ProductAttributeSnIndexerValueProviderTest
- java.lang.Object
-
- com.hybris.backoffice.searchservices.providers.impl.ProductAttributeSnIndexerValueProviderTest
-
public class ProductAttributeSnIndexerValueProviderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProductAttributeSnIndexerValueProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldCatchExceptionWhenGetFieldValue()voidshouldGetFieldValue()voidshouldGetLocalizedFieldValue()voidshouldGetNullFieldValue()voidshouldGetSupportedQualifierClasses()voidshouldLoadData()voidshouldResolveExpression()
-
-
-
Method Detail
-
shouldGetSupportedQualifierClasses
public void shouldGetSupportedQualifierClasses() throws SnIndexerException- Throws:
SnIndexerException
-
shouldGetNullFieldValue
public void shouldGetNullFieldValue() throws SnIndexerException- Throws:
SnIndexerException
-
shouldGetFieldValue
public void shouldGetFieldValue() throws SnIndexerException, SnException- Throws:
SnIndexerExceptionSnException
-
shouldGetLocalizedFieldValue
public void shouldGetLocalizedFieldValue() throws SnIndexerException, SnException- Throws:
SnIndexerExceptionSnException
-
shouldCatchExceptionWhenGetFieldValue
public void shouldCatchExceptionWhenGetFieldValue() throws SnIndexerException, SnException- Throws:
SnIndexerExceptionSnException
-
shouldLoadData
public void shouldLoadData() throws SnIndexerException- Throws:
SnIndexerException
-
shouldResolveExpression
public void shouldResolveExpression()
-
-