Class ExcelNullValueConverterTest
java.lang.Object
com.hybris.backoffice.excel.validators.engine.converters.ExcelNullValueConverterTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoid
-
Constructor Details
-
ExcelNullValueConverterTest
public ExcelNullValueConverterTest()
-
-
Method Details
-
shouldBeEligibleToConvertingWhenCellIsEmpty
public void shouldBeEligibleToConvertingWhenCellIsEmpty() -
shouldNotBeEligibleToConvertingWhenCellIsNotEmpty
public void shouldNotBeEligibleToConvertingWhenCellIsNotEmpty() -
shouldConvertValueWhenCellIsEmptyAndTypeIsNotString
public void shouldConvertValueWhenCellIsEmptyAndTypeIsNotString() -
shouldNotConvertValueWhenCellIsEmptyAndTypeIsString
public void shouldNotConvertValueWhenCellIsEmptyAndTypeIsString()
-