public class ExcelNullValueConverterTest
extends java.lang.Object
| Constructor and Description |
|---|
ExcelNullValueConverterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldBeEligibleToConvertingWhenCellIsEmpty() |
void |
shouldConvertValueWhenCellIsEmptyAndTypeIsNotString() |
void |
shouldNotBeEligibleToConvertingWhenCellIsNotEmpty() |
void |
shouldNotConvertValueWhenCellIsEmptyAndTypeIsString() |
public void shouldBeEligibleToConvertingWhenCellIsEmpty()
public void shouldNotBeEligibleToConvertingWhenCellIsNotEmpty()
public void shouldConvertValueWhenCellIsEmptyAndTypeIsNotString()
public void shouldNotConvertValueWhenCellIsEmptyAndTypeIsString()
Copyright © 2018 SAP SE. All Rights Reserved.