Class AbstractExcelExportWorkbookDecoratorTest

java.lang.Object
com.hybris.backoffice.excel.exporting.AbstractExcelExportWorkbookDecoratorTest

public class AbstractExcelExportWorkbookDecoratorTest extends Object
  • Constructor Details

    • AbstractExcelExportWorkbookDecoratorTest

      public AbstractExcelExportWorkbookDecoratorTest()
  • Method Details

    • shouldFindCellForAttributeAndItemAndFillCellWithDataFromTranslator

      public void shouldFindCellForAttributeAndItemAndFillCellWithDataFromTranslator()
    • shouldFindRow

      public void shouldFindRow()
    • shouldInsertReferenceFormat

      public void shouldInsertReferenceFormat()
    • shouldNotInsertReferenceFormatIfItsBlank

      public void shouldNotInsertReferenceFormatIfItsBlank()
    • shouldInsertHeaderFindingColumnByContent

      public void shouldInsertHeaderFindingColumnByContent()
    • shouldInsertHeaderToFirstEmptyCell

      public void shouldInsertHeaderToFirstEmptyCell()
    • shouldFindColumnIndexByContent

      public void shouldFindColumnIndexByContent()
    • shouldFindColumnIndexByFirstEmptyCell

      public void shouldFindColumnIndexByFirstEmptyCell()
    • shouldCreateNewHeaderCell

      public void shouldCreateNewHeaderCell()
    • shouldCreateCell

      public void shouldCreateCell()
    • shouldNotCreateCellAsItAlreadyExists

      public void shouldNotCreateCellAsItAlreadyExists()