Class ExcelGenericReferenceValidatorIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
com.hybris.backoffice.excel.validators.ExcelGenericReferenceValidatorIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@Transactional
@IntegrationTest
public class ExcelGenericReferenceValidatorIntegrationTest
extends ServicelayerTest
-
Field Summary
FieldsFields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Field Details
-
soft
public org.assertj.core.api.JUnitSoftAssertions soft
-
-
Constructor Details
-
ExcelGenericReferenceValidatorIntegrationTest
public ExcelGenericReferenceValidatorIntegrationTest()
-
-
Method Details
-
setupData
public void setupData() -
shouldNotReportAnyValidationErrorsWhenCatalogVersionExist
public void shouldNotReportAnyValidationErrorsWhenCatalogVersionExist() -
shouldReportValidationErrorsWhenCatalogNotExist
public void shouldReportValidationErrorsWhenCatalogNotExist() -
shouldReportValidationErrorsWhenCatalogVersionNotExist
public void shouldReportValidationErrorsWhenCatalogVersionNotExist() -
shouldNotReportAnyValidationErrorsWhenSupercategoriesExist
public void shouldNotReportAnyValidationErrorsWhenSupercategoriesExist() -
shouldReportValidationErrorsWhenCatalogOfCategoryDoesNotExist
public void shouldReportValidationErrorsWhenCatalogOfCategoryDoesNotExist() -
shouldReportValidationErrorsWhenCatalogVersionOfCategoryDoesNotExist
public void shouldReportValidationErrorsWhenCatalogVersionOfCategoryDoesNotExist() -
shouldReportValidationErrorsWhenCodeOfCategoryDoesNotExist
public void shouldReportValidationErrorsWhenCodeOfCategoryDoesNotExist() -
shouldNotReportAnyValidationErrorsWhenReferencedEntryExistInExcelSheet
public void shouldNotReportAnyValidationErrorsWhenReferencedEntryExistInExcelSheet() -
shouldReportValidationErrorsWhenReferencedEntryDoesNotExistInExcelSheet
public void shouldReportValidationErrorsWhenReferencedEntryDoesNotExistInExcelSheet()
-