Class ExcelMediaCollectionImportTranslatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.translators.ExcelMediaCollectionImportTranslatorTest
-
public class ExcelMediaCollectionImportTranslatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelMediaCollectionImportTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgenerateRefId(java.util.Map params)voidsetUp()voidshouldExportDataBeNullSafe()voidshouldExportedDataBeInProperFormat()voidshouldGenerateDifferentRefId()voidshouldGenerateTheSameRefId()voidshouldGivenTypeBeHandled()voidshouldImportMediaWithGeneratedCode()voidshouldNotHandleOtherTypes()voidshouldNotImportContentIfFilePathIsEmpty()
-
-
-
Method Detail
-
setUp
public void setUp()
-
generateRefId
protected java.lang.String generateRefId(java.util.Map params)
-
shouldImportMediaWithGeneratedCode
public void shouldImportMediaWithGeneratedCode()
-
shouldNotImportContentIfFilePathIsEmpty
public void shouldNotImportContentIfFilePathIsEmpty()
-
shouldExportDataBeNullSafe
public void shouldExportDataBeNullSafe()
-
shouldExportedDataBeInProperFormat
public void shouldExportedDataBeInProperFormat()
-
shouldGivenTypeBeHandled
public void shouldGivenTypeBeHandled()
-
shouldNotHandleOtherTypes
public void shouldNotHandleOtherTypes()
-
shouldGenerateTheSameRefId
public void shouldGenerateTheSameRefId()
-
shouldGenerateDifferentRefId
public void shouldGenerateDifferentRefId()
-
-