Class AbstractExcelExportWorkbookDecoratorTest
java.lang.Object
com.hybris.backoffice.excel.exporting.AbstractExcelExportWorkbookDecoratorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
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()
-