Class ExcelNullValueConverterTest
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.engine.converters.ExcelNullValueConverterTest
-
public class ExcelNullValueConverterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelNullValueConverterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldBeEligibleToConvertingWhenCellIsEmpty()voidshouldConvertValueWhenCellIsEmptyAndTypeIsNotString()voidshouldNotBeEligibleToConvertingWhenCellIsNotEmpty()voidshouldNotConvertValueWhenCellIsEmptyAndTypeIsString()
-
-
-
Method Detail
-
shouldBeEligibleToConvertingWhenCellIsEmpty
public void shouldBeEligibleToConvertingWhenCellIsEmpty()
-
shouldNotBeEligibleToConvertingWhenCellIsNotEmpty
public void shouldNotBeEligibleToConvertingWhenCellIsNotEmpty()
-
shouldConvertValueWhenCellIsEmptyAndTypeIsNotString
public void shouldConvertValueWhenCellIsEmptyAndTypeIsNotString()
-
shouldNotConvertValueWhenCellIsEmptyAndTypeIsString
public void shouldNotConvertValueWhenCellIsEmptyAndTypeIsString()
-
-