Class ExcelClassificationMediaTranslatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.translators.classification.ExcelClassificationMediaTranslatorTest
-
public class ExcelClassificationMediaTranslatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelClassificationMediaTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldExportEmptyResponseWhenValueIsNotMedia()voidshouldExportResponseWithoutUrlWhenValueIsMedia()voidshouldExportResponseWithUrlWhenValueIsMedia()voidshouldGenerateEmptyImpexWhenAttributeIsNotClassificationAttribute()voidshouldGenerateImpexForSingleValue()voidshouldGenerateImpexHeaderForLocalizedField()voidshouldGenerateImpexHeaderForNotLocalizedField()voidshouldGenerateReferenceFormatWithoutUrl()voidshouldGenerateReferenceFormatWithUrl()voidshouldHandleRequestWhenAttributeIsMedia()voidshouldNotHandleRequestWhenAttributeIsNotMedia()
-
-
-
Method Detail
-
shouldHandleRequestWhenAttributeIsMedia
public void shouldHandleRequestWhenAttributeIsMedia()
-
shouldNotHandleRequestWhenAttributeIsNotMedia
public void shouldNotHandleRequestWhenAttributeIsNotMedia()
-
shouldGenerateReferenceFormatWithoutUrl
public void shouldGenerateReferenceFormatWithoutUrl()
-
shouldGenerateReferenceFormatWithUrl
public void shouldGenerateReferenceFormatWithUrl()
-
shouldExportEmptyResponseWhenValueIsNotMedia
public void shouldExportEmptyResponseWhenValueIsNotMedia()
-
shouldExportResponseWithoutUrlWhenValueIsMedia
public void shouldExportResponseWithoutUrlWhenValueIsMedia()
-
shouldExportResponseWithUrlWhenValueIsMedia
public void shouldExportResponseWithUrlWhenValueIsMedia()
-
shouldGenerateEmptyImpexWhenAttributeIsNotClassificationAttribute
public void shouldGenerateEmptyImpexWhenAttributeIsNotClassificationAttribute()
-
shouldGenerateImpexHeaderForNotLocalizedField
public void shouldGenerateImpexHeaderForNotLocalizedField()
-
shouldGenerateImpexHeaderForLocalizedField
public void shouldGenerateImpexHeaderForLocalizedField()
-
shouldGenerateImpexForSingleValue
public void shouldGenerateImpexForSingleValue()
-
-