Class DefaultNavigationEntryServiceTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.service.impl.DefaultNavigationEntryServiceTest
-
@UnitTest public class DefaultNavigationEntryServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultNavigationEntryServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NavigationEntryDatacreateNavigationEntry()voidsetup()voidtestCreateNavigationEntry_shouldSaveSuccessfully()voidtestDeleteNavigationEntriesWithEmptyEntryList()voidtestDeleteNavigationEntriesWithNonEmptyEntryList()voidtestDeleteNavigationEntriesWithNonEmptyEntryListAndNotDeleted()
-
-
-
Method Detail
-
setup
public void setup() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
testCreateNavigationEntry_shouldSaveSuccessfully
public void testCreateNavigationEntry_shouldSaveSuccessfully() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
testDeleteNavigationEntriesWithEmptyEntryList
public void testDeleteNavigationEntriesWithEmptyEntryList() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
testDeleteNavigationEntriesWithNonEmptyEntryList
public void testDeleteNavigationEntriesWithNonEmptyEntryList() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
testDeleteNavigationEntriesWithNonEmptyEntryListAndNotDeleted
public void testDeleteNavigationEntriesWithNonEmptyEntryListAndNotDeleted() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
createNavigationEntry
protected NavigationEntryData createNavigationEntry()
-
-