Class ExcelExportServiceIntegrationTest

    • Field Detail

      • soft

        public org.assertj.core.api.JUnitSoftAssertions soft
    • Constructor Detail

      • ExcelExportServiceIntegrationTest

        public ExcelExportServiceIntegrationTest()
    • Method Detail

      • shouldExportSelectedItems

        public void shouldExportSelectedItems()
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • shouldExportTemplate

        public void shouldExportTemplate()
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getCellAt

        protected java.lang.String getCellAt​(org.apache.poi.ss.usermodel.Workbook workbook,
                                             java.lang.String sheetName,
                                             int column,
                                             int row)