Class NavigationNodeEntriesValidatorTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.validator.NavigationNodeEntriesValidatorTest
-
@UnitTest public class NavigationNodeEntriesValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NavigationNodeEntriesValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestWhenConverterThrowsException_shouldAddErrors()voidtestWhenIdAndTypeAreEmpty_shouldAddErrors()voidtestWhenPredicateFails_shouldAddErrors()voidtestWhenTypeConverterDoesNotExist_shouldAddErrors()
-
-
-
Method Detail
-
testWhenIdAndTypeAreEmpty_shouldAddErrors
public void testWhenIdAndTypeAreEmpty_shouldAddErrors()
-
testWhenTypeConverterDoesNotExist_shouldAddErrors
public void testWhenTypeConverterDoesNotExist_shouldAddErrors()
-
testWhenConverterThrowsException_shouldAddErrors
public void testWhenConverterThrowsException_shouldAddErrors()
-
testWhenPredicateFails_shouldAddErrors
public void testWhenPredicateFails_shouldAddErrors()
-
-