Class DefaultCategorySourceTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.DefaultCategorySourceTest
-
@UnitTest public class DefaultCategorySourceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCategorySourceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()voidsetUp()voidtestCollectSuperCategories()voidtestGetCategories()voidtestGetCategoriesIsBlockedCategory()voidtestGetCategoriesNoDirectCats()voidtestGetCategoriesNoRootCats()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
configure
protected void configure()
-
testGetCategories
public void testGetCategories()
-
testGetCategoriesNoDirectCats
public void testGetCategoriesNoDirectCats()
-
testGetCategoriesIsBlockedCategory
public void testGetCategoriesIsBlockedCategory()
-
testGetCategoriesNoRootCats
public void testGetCategoriesNoRootCats()
-
testCollectSuperCategories
public void testCollectSuperCategories()
-
-