Class ExcelEnumTypeTranslatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.translators.ExcelEnumTypeTranslatorTest
-
public class ExcelEnumTypeTranslatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelEnumTypeTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldExportDataBeNullSafe()voidshouldExportedDataBeInProperFormat()voidshouldGivenTypeBeHandled()voidshouldImportEnumValue()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldExportDataBeNullSafe
public void shouldExportDataBeNullSafe()
-
shouldExportedDataBeInProperFormat
public void shouldExportedDataBeInProperFormat()
-
shouldGivenTypeBeHandled
public void shouldGivenTypeBeHandled()
-
shouldImportEnumValue
public void shouldImportEnumValue()
-
-