Class DefaultExcelTypeSystemServiceTest
java.lang.Object
com.hybris.backoffice.excel.importing.DefaultExcelTypeSystemServiceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidassertTypeSystemRow(ExcelAttributeTypeSystemService.ExcelTypeSystem typeSystem, String attrDisplayName, String attrQualifier, String attrName, String attrLocLang, boolean attrLocalized) voidsetUp()voidvoidvoid
-
Constructor Details
-
DefaultExcelTypeSystemServiceTest
public DefaultExcelTypeSystemServiceTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldCreateTypeSystemRow
public void shouldCreateTypeSystemRow() -
shouldCreateTypeSystemRowForEachLanguageOfLocalizedAttribute
public void shouldCreateTypeSystemRowForEachLanguageOfLocalizedAttribute() -
shouldCreateTypeSystemRowForNoneSupportLanguageOfLocalizedAttribute
public void shouldCreateTypeSystemRowForNoneSupportLanguageOfLocalizedAttribute() -
assertTypeSystemRow
protected void assertTypeSystemRow(ExcelAttributeTypeSystemService.ExcelTypeSystem typeSystem, String attrDisplayName, String attrQualifier, String attrName, String attrLocLang, boolean attrLocalized)
-