Class VariantAwareCategorySnIndexerValueProviderTest
- java.lang.Object
-
- com.hybris.backoffice.searchservices.providers.impl.VariantAwareCategorySnIndexerValueProviderTest
-
public class VariantAwareCategorySnIndexerValueProviderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VariantAwareCategorySnIndexerValueProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldCatchExceptionWhenCollectAllCategories()voidshouldCatchExceptionWhenGetFieldValue()voidshouldCollectAllCategories()voidshouldCollectCategoriesWithAllCategories()voidshouldCollectCategoriesWithDirectCategories()voidshouldCollectDirectCategories()voidshouldGetFieldValue()voidshouldGetLocalizedFieldValue()voidshouldGetNullFieldValue()voidshouldGetSupportedQualifierClasses()voidshouldResolveCategorySelector()
-
-
-
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 SnException- Throws:
SnException
-
shouldCollectDirectCategories
public void shouldCollectDirectCategories()
-
shouldCollectAllCategories
public void shouldCollectAllCategories()
-
shouldCatchExceptionWhenCollectAllCategories
public void shouldCatchExceptionWhenCollectAllCategories() throws SnIndexerException- Throws:
SnIndexerException
-
shouldCollectCategoriesWithDirectCategories
public void shouldCollectCategoriesWithDirectCategories() throws SnIndexerException- Throws:
SnIndexerException
-
shouldCollectCategoriesWithAllCategories
public void shouldCollectCategoriesWithAllCategories() throws SnIndexerException- Throws:
SnIndexerException
-
shouldResolveCategorySelector
public void shouldResolveCategorySelector()
-
-