Package de.hybris.platform.ticket.utils
Class AttachmentMediaUrlHelperTest
java.lang.Object
de.hybris.platform.ticket.utils.AttachmentMediaUrlHelperTest
Tests of AttachmentMediaUrlHelper class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidShould add ~ if the url start with /.voidShould not add ~ if the url not starting with /.
-
Constructor Details
-
AttachmentMediaUrlHelperTest
public AttachmentMediaUrlHelperTest()
-
-
Method Details
-
shouldAddTilde
public void shouldAddTilde()Should add ~ if the url start with /. -
shouldNotAddTilde
public void shouldNotAddTilde()Should not add ~ if the url not starting with /.
-