Class DefaultExcelExportServiceTest
- java.lang.Object
-
- com.hybris.backoffice.excel.exporting.DefaultExcelExportServiceTest
-
public class DefaultExcelExportServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultExcelExportServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldCreateCorrectTypeSheet()voidshouldExportTemplateForTypeWithSubtypes()voidshouldFilterOutAbstractTypesWhenExportingTemplate()voidshouldGetItemAttributeForNonVariantLocalizedType()voidshouldGetItemAttributeForNonVariantNonLocalizedType()voidshouldGetItemAttributeForVariantLocalizedType()voidshouldGetItemAttributeForVariantNonLocalizedType()voidshouldRefreshItemsAndFilterOutAlreadyRemovedItems()
-
-
-
Method Detail
-
shouldExportTemplateForTypeWithSubtypes
public void shouldExportTemplateForTypeWithSubtypes()
-
shouldFilterOutAbstractTypesWhenExportingTemplate
public void shouldFilterOutAbstractTypesWhenExportingTemplate()
-
shouldRefreshItemsAndFilterOutAlreadyRemovedItems
public void shouldRefreshItemsAndFilterOutAlreadyRemovedItems()
-
shouldGetItemAttributeForNonVariantNonLocalizedType
public void shouldGetItemAttributeForNonVariantNonLocalizedType()
-
shouldGetItemAttributeForNonVariantLocalizedType
public void shouldGetItemAttributeForNonVariantLocalizedType()
-
shouldGetItemAttributeForVariantNonLocalizedType
public void shouldGetItemAttributeForVariantNonLocalizedType()
-
shouldGetItemAttributeForVariantLocalizedType
public void shouldGetItemAttributeForVariantLocalizedType()
-
shouldCreateCorrectTypeSheet
public void shouldCreateCorrectTypeSheet()
-
-