Class ExcelExportServiceIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

public class ExcelExportServiceIntegrationTest extends ExcelIntegrationTest
  • Field Details

    • soft

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

    • ExcelExportServiceIntegrationTest

      public ExcelExportServiceIntegrationTest()
  • Method Details

    • shouldExportSelectedItems

      public void shouldExportSelectedItems() throws IOException
      Throws:
      IOException
    • shouldExportTemplate

      public void shouldExportTemplate() throws IOException
      Throws:
      IOException
    • getCellAt

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