Class ExcelClassificationReferenceTranslatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.translators.classification.ExcelClassificationReferenceTranslatorTest
-
public class ExcelClassificationReferenceTranslatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelClassificationReferenceTranslatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldExportSingleReferenceAttributeValue()voidshouldGetSingleReferenceFormat()voidshouldHandleReferenceTypesWhenComposedTypeHasAtLeastOneUniqueAttribute()voidshouldImportSingleReferenceAttributeValue()voidshouldNotHandleOtherAttributeTypesThanReference()voidshouldNotHandleReferenceTypesWhenComposedTypeDoesNotHaveAnyUniqueAttribute()voidshouldOrderByInjectableByProperty()voidshouldOrderHaveADefaultValueOfLowestPrecedenceMinusHundred()
-
-
-
Method Detail
-
shouldExportSingleReferenceAttributeValue
public void shouldExportSingleReferenceAttributeValue()
-
shouldGetSingleReferenceFormat
public void shouldGetSingleReferenceFormat()
-
shouldImportSingleReferenceAttributeValue
public void shouldImportSingleReferenceAttributeValue()
-
shouldHandleReferenceTypesWhenComposedTypeHasAtLeastOneUniqueAttribute
public void shouldHandleReferenceTypesWhenComposedTypeHasAtLeastOneUniqueAttribute()
-
shouldNotHandleReferenceTypesWhenComposedTypeDoesNotHaveAnyUniqueAttribute
public void shouldNotHandleReferenceTypesWhenComposedTypeDoesNotHaveAnyUniqueAttribute()
-
shouldNotHandleOtherAttributeTypesThanReference
public void shouldNotHandleOtherAttributeTypesThanReference()
-
shouldOrderHaveADefaultValueOfLowestPrecedenceMinusHundred
public void shouldOrderHaveADefaultValueOfLowestPrecedenceMinusHundred()
-
shouldOrderByInjectableByProperty
public void shouldOrderByInjectableByProperty()
-
-