Class SpreadsheetDataTypeTest
- java.lang.Object
-
- org.eclipse.epsilon.emc.spreadsheets.SpreadsheetDataTypeTest
-
public class SpreadsheetDataTypeTest extends Object
-
-
Constructor Summary
Constructors Constructor Description SpreadsheetDataTypeTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCastBoolean()
void
testCastBooleanInvalidValue()
void
testCastBooleanNullValue()
void
testCastDouble()
void
testCastDoubleInvalidValue()
void
testCastDoubleNullValue()
void
testCastFloat()
void
testCastFloatInvalidValue()
void
testCastFloatNullValue()
void
testCastInteger()
void
testCastIntegerInvalidValue()
void
testCastIntegerNullValue()
void
testCastNullDataType()
void
testCastString()
void
testCastStringNullValue()
void
testConvertBoolean()
void
testConvertDouble()
void
testConvertFloat()
void
testConvertInteger()
void
testConvertNull()
void
testConvertString()
void
testConvertUnknown()
void
testDefaultBooleanValue()
void
testDefaultStringValue()
static void
testEnum()
void
testFormatAsString()
-
-
-
Method Detail
-
testEnum
public static void testEnum()
-
testConvertString
public void testConvertString()
-
testConvertInteger
public void testConvertInteger()
-
testConvertDouble
public void testConvertDouble()
-
testConvertFloat
public void testConvertFloat()
-
testConvertBoolean
public void testConvertBoolean()
-
testConvertUnknown
public void testConvertUnknown()
-
testConvertNull
public void testConvertNull()
-
testCastNullDataType
public void testCastNullDataType()
-
testCastString
public void testCastString()
-
testCastStringNullValue
public void testCastStringNullValue()
-
testCastInteger
public void testCastInteger()
-
testCastIntegerInvalidValue
public void testCastIntegerInvalidValue()
-
testCastIntegerNullValue
public void testCastIntegerNullValue()
-
testCastDouble
public void testCastDouble()
-
testCastDoubleInvalidValue
public void testCastDoubleInvalidValue()
-
testCastDoubleNullValue
public void testCastDoubleNullValue()
-
testCastFloat
public void testCastFloat()
-
testCastFloatInvalidValue
public void testCastFloatInvalidValue()
-
testCastFloatNullValue
public void testCastFloatNullValue()
-
testCastBoolean
public void testCastBoolean()
-
testCastBooleanInvalidValue
public void testCastBooleanInvalidValue()
-
testCastBooleanNullValue
public void testCastBooleanNullValue()
-
testDefaultStringValue
public void testDefaultStringValue()
-
testDefaultBooleanValue
public void testDefaultBooleanValue()
-
testFormatAsString
public void testFormatAsString()
-
-