Class ExcelExportServiceIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- com.hybris.backoffice.excel.ExcelIntegrationTest
-
- com.hybris.backoffice.excel.exporting.ExcelExportServiceIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class ExcelExportServiceIntegrationTest extends ExcelIntegrationTest
-
-
Field Summary
Fields Modifier and Type Field Description org.assertj.core.api.JUnitSoftAssertions
soft
-
Fields inherited from class com.hybris.backoffice.excel.ExcelIntegrationTest
PRODUCT_SHEET_NAME, PRODUCT_VARIANT_SHEET_NAME, TYPE_SYSTEM_SHEET_NAME
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ExcelExportServiceIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getCellAt(org.apache.poi.ss.usermodel.Workbook workbook, java.lang.String sheetName, int column, int row)
void
shouldExportSelectedItems()
void
shouldExportTemplate()
-
Methods inherited from class com.hybris.backoffice.excel.ExcelIntegrationTest
createCatalogVersionModel, createImportConfig, getAttributeDescriptorOf, getAttributeDescriptorOf, getModelService, getTypeService, prepareProduct, prepareProductWithVariant, prepareVariant, prepareVariantProductModel, saveItem, setUp
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
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)
-
-