Class NavigationNodeUpdateValidatorTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.navigations.validator.NavigationNodeUpdateValidatorTest
-
@UnitTest public class NavigationNodeUpdateValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NavigationNodeUpdateValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestValidateWhenParentHasChanged_shouldHaveErrors()voidtestValidateWhenParentHasntChanged()voidtestValidateWhenUidIsInvalid_shouldHaveErrors()
-
-
-
Method Detail
-
setup
public void setup() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
testValidateWhenParentHasntChanged
public void testValidateWhenParentHasntChanged()
-
testValidateWhenParentHasChanged_shouldHaveErrors
public void testValidateWhenParentHasChanged_shouldHaveErrors()
-
testValidateWhenUidIsInvalid_shouldHaveErrors
public void testValidateWhenUidIsInvalid_shouldHaveErrors() throws CMSItemNotFoundException- Throws:
CMSItemNotFoundException
-
-