Class ExcelNullValueConverterTest


  • public class ExcelNullValueConverterTest
    extends java.lang.Object
    • Constructor Detail

      • ExcelNullValueConverterTest

        public ExcelNullValueConverterTest()
    • Method Detail

      • shouldBeEligibleToConvertingWhenCellIsEmpty

        public void shouldBeEligibleToConvertingWhenCellIsEmpty()
      • shouldNotBeEligibleToConvertingWhenCellIsNotEmpty

        public void shouldNotBeEligibleToConvertingWhenCellIsNotEmpty()
      • shouldConvertValueWhenCellIsEmptyAndTypeIsNotString

        public void shouldConvertValueWhenCellIsEmptyAndTypeIsNotString()
      • shouldNotConvertValueWhenCellIsEmptyAndTypeIsString

        public void shouldNotConvertValueWhenCellIsEmptyAndTypeIsString()