Class DefaultNavigationEntryConverterRegistryTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.service.impl.DefaultNavigationEntryConverterRegistryTest
-
@UnitTest public class DefaultNavigationEntryConverterRegistryTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultNavigationEntryConverterRegistryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestGetConverterForInvalidItemType()voidtestGetConverterForItemSuperType()voidtestGetConverterForValidItemType()voidtestNavigationEntryTypesIsNotEmpty()voidtestRegistryInitializationWillPopulateCorrectConverters()
-
-
-
Method Detail
-
setup
public void setup() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRegistryInitializationWillPopulateCorrectConverters
public void testRegistryInitializationWillPopulateCorrectConverters()
-
testGetConverterForValidItemType
public void testGetConverterForValidItemType()
-
testGetConverterForInvalidItemType
public void testGetConverterForInvalidItemType()
-
testNavigationEntryTypesIsNotEmpty
public void testNavigationEntryTypesIsNotEmpty()
-
testGetConverterForItemSuperType
public void testGetConverterForItemSuperType()
-
-