Class CmsStructureEnumTypeComponentTypeAttributePopulatorTest
java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.populators.CmsStructureEnumTypeComponentTypeAttributePopulatorTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidassertOptionHasRightData(OptionData optionData, String expectedKey, String expectedLabel) protected StringbuildLabel(CmsStructureEnumTypeComponentTypeAttributePopulatorTest.TestEnum enumValue, Class enumClass) voidvoidvoidSetUp()
-
Constructor Details
-
CmsStructureEnumTypeComponentTypeAttributePopulatorTest
public CmsStructureEnumTypeComponentTypeAttributePopulatorTest()
-
-
Method Details
-
SetUp
public void SetUp() -
givenNonDynamicEnum_WhenPopulateIsCalled_ThenDropdownStructureIsConfigured
public void givenNonDynamicEnum_WhenPopulateIsCalled_ThenDropdownStructureIsConfigured() -
givenDynamicEnum_WhenPopulateIsCalled_ThenDropdownStructureIsConfigured
public void givenDynamicEnum_WhenPopulateIsCalled_ThenDropdownStructureIsConfigured() -
assertOptionHasRightData
protected void assertOptionHasRightData(OptionData optionData, String expectedKey, String expectedLabel) -
buildLabel
protected String buildLabel(CmsStructureEnumTypeComponentTypeAttributePopulatorTest.TestEnum enumValue, Class enumClass)
-