Class ExcelProductSupercategoriesTypeTranslatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.translators.ExcelProductSupercategoriesTypeTranslatorTest
-
public class ExcelProductSupercategoriesTypeTranslatorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CatalogTypeServicecatalogTypeServiceTypeServicetypeService
-
Constructor Summary
Constructors Constructor Description ExcelProductSupercategoriesTypeTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldExportDataBeNullSafe()voidshouldExportedDataBeInProperFormat()voidshouldGivenTypeBeHandled()voidshouldImportEmptyCellWhenProductDoesntHaveAnySupercategories()voidshouldImportSupercategories()
-
-
-
Field Detail
-
catalogTypeService
@Mock public CatalogTypeService catalogTypeService
-
typeService
@Mock public TypeService typeService
-
-
Method Detail
-
setUp
public void setUp()
-
shouldExportDataBeNullSafe
public void shouldExportDataBeNullSafe()
-
shouldExportedDataBeInProperFormat
public void shouldExportedDataBeInProperFormat()
-
shouldGivenTypeBeHandled
public void shouldGivenTypeBeHandled()
-
shouldImportSupercategories
public void shouldImportSupercategories()
-
shouldImportEmptyCellWhenProductDoesntHaveAnySupercategories
public void shouldImportEmptyCellWhenProductDoesntHaveAnySupercategories()
-
-