Class ExcelEnumClassificationValidatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.classification.ExcelEnumClassificationValidatorTest
-
public class ExcelEnumClassificationValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelEnumClassificationValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldDefaultValuesBeOnlyUsedInCaseOfMissingAttributeValues()voidshouldHandleNonBlankCellValueAndEnumAttributeType()voidshouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank()voidshouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum()voidshouldValidateWithErrorAsTheImportedEnumDoesNotExist()voidshouldValidateWithSuccessResult()
-
-
-
Method Detail
-
shouldHandleNonBlankCellValueAndEnumAttributeType
public void shouldHandleNonBlankCellValueAndEnumAttributeType()
-
shouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank
public void shouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank()
-
shouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum
public void shouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum()
-
shouldValidateWithSuccessResult
public void shouldValidateWithSuccessResult()
-
shouldValidateWithErrorAsTheImportedEnumDoesNotExist
public void shouldValidateWithErrorAsTheImportedEnumDoesNotExist()
-
shouldDefaultValuesBeOnlyUsedInCaseOfMissingAttributeValues
public void shouldDefaultValuesBeOnlyUsedInCaseOfMissingAttributeValues()
-
-