Class ExcelBaseProductTypeTranslatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.translators.ExcelBaseProductTypeTranslatorTest
-
public class ExcelBaseProductTypeTranslatorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CatalogTypeServicecatalogTypeService
-
Constructor Summary
Constructors Constructor Description ExcelBaseProductTypeTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidshouldExportDataBeNullSafe()voidshouldExportedDataBeInProperFormat()voidshouldGivenTypeBeHandled()voidshouldImportBaseProduct()
-
-
-
Field Detail
-
catalogTypeService
@Mock public CatalogTypeService catalogTypeService
-
-
Method Detail
-
setup
public void setup()
-
shouldExportDataBeNullSafe
public void shouldExportDataBeNullSafe()
-
shouldExportedDataBeInProperFormat
public void shouldExportedDataBeInProperFormat()
-
shouldGivenTypeBeHandled
public void shouldGivenTypeBeHandled()
-
shouldImportBaseProduct
public void shouldImportBaseProduct()
-
-