Class SpreadsheetDataTypeTest


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

      • SpreadsheetDataTypeTest

        public SpreadsheetDataTypeTest()
    • 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()