Class ExcelRowTest


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

      • ExcelRowTest

        public ExcelRowTest()
    • Method Detail

      • createModel

        public static void createModel()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testUnknownColumnIndex

        public void testUnknownColumnIndex()
      • testReadString

        public void testReadString()
      • testReadInteger

        public void testReadInteger()
      • testReadDouble

        public void testReadDouble()
      • testReadBoolean

        public void testReadBoolean()
      • testReadEvaluatedFormula

        public void testReadEvaluatedFormula()
      • testReadBlank

        public void testReadBlank()
      • testReadType

        public java.lang.String testReadType​(int columnIndex)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testColumnIsNull

        public void testColumnIsNull()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testReadWhereCellIsEmpty

        public void testReadWhereCellIsEmpty()
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testOverwriteCellValue

        public void testOverwriteCellValue()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testEquals

        public void testEquals()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception