Class ExcelEnumClassificationValidatorTest
java.lang.Object
com.hybris.backoffice.excel.validators.classification.ExcelEnumClassificationValidatorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
ExcelEnumClassificationValidatorTest
public ExcelEnumClassificationValidatorTest()
-
-
Method Details
-
shouldHandleNonBlankCellValueAndEnumAttributeType
public void shouldHandleNonBlankCellValueAndEnumAttributeType() -
shouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank
public void shouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank() -
shouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum
public void shouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum() -
shouldValidateWithSuccessResult
public void shouldValidateWithSuccessResult() -
shouldValidateWithErrorAsTheImportedEnumDoesNotExist
public void shouldValidateWithErrorAsTheImportedEnumDoesNotExist() -
shouldDefaultValuesBeOnlyUsedInCaseOfMissingAttributeValues
public void shouldDefaultValuesBeOnlyUsedInCaseOfMissingAttributeValues()
-