Class ExcelMediaImportTranslatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.translators.ExcelMediaImportTranslatorTest
-
public class ExcelMediaImportTranslatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelMediaImportTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldExportDataBeNullSafe()voidshouldExportedDataBeInProperFormat()voidshouldGivenTypeBeHandled()voidshouldImportMediaWithGeneratedCode()voidshouldNotHandleOtherTypes()voidshouldNotImportContentIfFilePathIsEmpty()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldImportMediaWithGeneratedCode
public void shouldImportMediaWithGeneratedCode()
-
shouldNotImportContentIfFilePathIsEmpty
public void shouldNotImportContentIfFilePathIsEmpty()
-
shouldExportDataBeNullSafe
public void shouldExportDataBeNullSafe()
-
shouldExportedDataBeInProperFormat
public void shouldExportedDataBeInProperFormat()
-
shouldGivenTypeBeHandled
public void shouldGivenTypeBeHandled()
-
shouldNotHandleOtherTypes
public void shouldNotHandleOtherTypes()
-
-