Class DefaultCMSLinkComponentValidatorTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.cmsitems.validator.DefaultCMSLinkComponentValidatorTest
-
@UnitTest public class DefaultCMSLinkComponentValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCMSLinkComponentValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldFailInvalidUrlFormat()voidshouldValidateExternalLink()voidtestValidateWithoutRequiredAttributeAddErrors()voidtestValidateWithProductModelAddNoError()
-
-
-
Method Detail
-
setup
public void setup()
-
testValidateWithoutRequiredAttributeAddErrors
public void testValidateWithoutRequiredAttributeAddErrors()
-
testValidateWithProductModelAddNoError
public void testValidateWithProductModelAddNoError()
-
shouldValidateExternalLink
public void shouldValidateExternalLink()
-
shouldFailInvalidUrlFormat
public void shouldFailInvalidUrlFormat()
-
-