Class ExcelNullValueConverterTest

java.lang.Object
com.hybris.backoffice.excel.validators.engine.converters.ExcelNullValueConverterTest

public class ExcelNullValueConverterTest extends Object
  • Constructor Details

    • ExcelNullValueConverterTest

      public ExcelNullValueConverterTest()
  • Method Details

    • shouldBeEligibleToConvertingWhenCellIsEmpty

      public void shouldBeEligibleToConvertingWhenCellIsEmpty()
    • shouldNotBeEligibleToConvertingWhenCellIsNotEmpty

      public void shouldNotBeEligibleToConvertingWhenCellIsNotEmpty()
    • shouldConvertValueWhenCellIsEmptyAndTypeIsNotString

      public void shouldConvertValueWhenCellIsEmptyAndTypeIsNotString()
    • shouldNotConvertValueWhenCellIsEmptyAndTypeIsString

      public void shouldNotConvertValueWhenCellIsEmptyAndTypeIsString()