public class ExcelNumberValueConverterTest
extends java.lang.Object
| Constructor and Description |
|---|
ExcelNumberValueConverterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldBeEligibleToConvertingWhenTypeIsByte() |
void |
shouldBeEligibleToConvertingWhenTypeIsDouble() |
void |
shouldBeEligibleToConvertingWhenTypeIsFloat() |
void |
shouldBeEligibleToConvertingWhenTypeIsInteger() |
void |
shouldBeEligibleToConvertingWhenTypeIsLong() |
void |
shouldBeEligibleToConvertingWhenTypeIsShort() |
void |
shouldConvertValueForByteType() |
void |
shouldConvertValueForDoubleType() |
void |
shouldConvertValueForFloatType() |
void |
shouldConvertValueForIntegerType() |
void |
shouldConvertValueForLongType() |
void |
shouldConvertValueForShortType() |
void |
shouldNotBeEligibleToConvertingWhenTypeIsNotANumber() |
public void shouldBeEligibleToConvertingWhenTypeIsByte()
public void shouldBeEligibleToConvertingWhenTypeIsShort()
public void shouldBeEligibleToConvertingWhenTypeIsInteger()
public void shouldBeEligibleToConvertingWhenTypeIsLong()
public void shouldBeEligibleToConvertingWhenTypeIsFloat()
public void shouldBeEligibleToConvertingWhenTypeIsDouble()
public void shouldNotBeEligibleToConvertingWhenTypeIsNotANumber()
public void shouldConvertValueForByteType()
public void shouldConvertValueForShortType()
public void shouldConvertValueForIntegerType()
public void shouldConvertValueForLongType()
public void shouldConvertValueForFloatType()
public void shouldConvertValueForDoubleType()
Copyright © 2018 SAP SE. All Rights Reserved.