Class CMSNavigationNodePopulatorTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.populators.CMSNavigationNodePopulatorTest
-
@UnitTest public class CMSNavigationNodePopulatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CMSNavigationNodePopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CMSNavigationNodeModelcreateNavigationNode(java.lang.String uid, CMSNavigationNodeModel parentNavigationNodeModel)voidsetup()voidshouldFailWhenNodeIsNull()voidshouldNotPopulateWhenNodeIsRoot()voidshouldNotPopulateWhenParentExists()voidshouldPopulateWhenParentDoesNotExists()
-
-
-
Method Detail
-
setup
public void setup()
-
createNavigationNode
protected CMSNavigationNodeModel createNavigationNode(java.lang.String uid, CMSNavigationNodeModel parentNavigationNodeModel)
-
shouldNotPopulateWhenParentExists
public void shouldNotPopulateWhenParentExists()
-
shouldPopulateWhenParentDoesNotExists
public void shouldPopulateWhenParentDoesNotExists()
-
shouldNotPopulateWhenNodeIsRoot
public void shouldNotPopulateWhenNodeIsRoot()
-
shouldFailWhenNodeIsNull
public void shouldFailWhenNodeIsNull()
-
-